8 Commits

Author SHA1 Message Date
d2d60a1d20 Update src/app/work/page.tsx 2026-01-22 20:43:12 +00:00
980f2a9a80 Update src/app/services/page.tsx 2026-01-22 20:43:12 +00:00
29e350aa55 Update src/app/page.tsx 2026-01-22 20:43:11 +00:00
bbcf4e1573 Update src/app/layout.tsx 2026-01-22 20:43:10 +00:00
d956a62d26 Update src/app/globals.css 2026-01-22 20:43:10 +00:00
db24369cd9 Update src/app/contact/page.tsx 2026-01-22 20:43:09 +00:00
42c2387bf7 Update src/app/blog/page.tsx 2026-01-22 20:43:08 +00:00
f1e97ffe69 Update src/app/about/page.tsx 2026-01-22 20:43:08 +00:00
8 changed files with 100 additions and 249 deletions

View File

@@ -24,7 +24,7 @@ export default function AboutPage() {
> >
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarStyleApple <NavbarStyleApple
brandName="Webild Studio" brandName="Dialed Web"
navItems={[ navItems={[
{ name: "Home", id: "/" }, { name: "Home", id: "/" },
{ name: "Services", id: "/services" }, { name: "Services", id: "/services" },
@@ -59,37 +59,19 @@ export default function AboutPage() {
useInvertedBackground="invertDefault" useInvertedBackground="invertDefault"
members={[ members={[
{ {
id: "1", id: "1", name: "Alexandra Stone", role: "Creative Director", description: "Award-winning creative visionary with 12 years of experience leading transformative digital projects for global brands.", imageSrc: "https://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "Alexandra Stone Creative Director", socialLinks: [
name: "Alexandra Stone",
role: "Creative Director",
description: "Award-winning creative visionary with 12 years of experience leading transformative digital projects for global brands.",
imageSrc: "https://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg",
imageAlt: "Alexandra Stone Creative Director",
socialLinks: [
{ icon: Linkedin, url: "https://linkedin.com" }, { icon: Linkedin, url: "https://linkedin.com" },
{ icon: Twitter, url: "https://twitter.com" } { icon: Twitter, url: "https://twitter.com" }
] ]
}, },
{ {
id: "2", id: "2", name: "Elena Rodriguez", role: "Lead Designer", description: "Passionate UX/UI designer crafting intuitive experiences that balance aesthetics with functionality. Certified in interaction design.", imageSrc: "https://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-11739.jpg", imageAlt: "Elena Rodriguez Lead Designer", socialLinks: [
name: "Elena Rodriguez",
role: "Lead Designer",
description: "Passionate UX/UI designer crafting intuitive experiences that balance aesthetics with functionality. Certified in interaction design.",
imageSrc: "https://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-11739.jpg",
imageAlt: "Elena Rodriguez Lead Designer",
socialLinks: [
{ icon: Linkedin, url: "https://linkedin.com" }, { icon: Linkedin, url: "https://linkedin.com" },
{ icon: Globe, url: "https://example.com" } { icon: Globe, url: "https://example.com" }
] ]
}, },
{ {
id: "3", id: "3", name: "James Mitchell", role: "Senior Developer", description: "Full-stack engineer specializing in scalable web applications, performance optimization, and modern tech stacks.", imageSrc: "https://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "James Mitchell Senior Developer", socialLinks: [
name: "James Mitchell",
role: "Senior Developer",
description: "Full-stack engineer specializing in scalable web applications, performance optimization, and modern tech stacks.",
imageSrc: "https://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg",
imageAlt: "James Mitchell Senior Developer",
socialLinks: [
{ icon: Github, url: "https://github.com" }, { icon: Github, url: "https://github.com" },
{ icon: Linkedin, url: "https://linkedin.com" } { icon: Linkedin, url: "https://linkedin.com" }
] ]
@@ -112,12 +94,11 @@ export default function AboutPage() {
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterBaseCard <FooterBaseCard
logoText="Webild Studio" logoText="Dialed Web"
copyrightText="© 2025 Webild Studio. All rights reserved." copyrightText="© 2025 Dialed Web. All rights reserved."
columns={[ columns={[
{ {
title: "Services", title: "Services", items: [
items: [
{ label: "Web Design", href: "/services" }, { label: "Web Design", href: "/services" },
{ label: "Development", href: "/services" }, { label: "Development", href: "/services" },
{ label: "Strategy", href: "/services" }, { label: "Strategy", href: "/services" },
@@ -125,16 +106,14 @@ export default function AboutPage() {
] ]
}, },
{ {
title: "Company", title: "Company", items: [
items: [
{ label: "About Us", href: "/about" }, { label: "About Us", href: "/about" },
{ label: "Our Work", href: "/work" }, { label: "Our Work", href: "/work" },
{ label: "Contact", href: "/contact" } { label: "Contact", href: "/contact" }
] ]
}, },
{ {
title: "Resources", title: "Resources", items: [
items: [
{ label: "Blog", href: "/blog" }, { label: "Blog", href: "/blog" },
{ label: "Case Studies", href: "/case-studies" }, { label: "Case Studies", href: "/case-studies" },
{ label: "Portfolio", href: "/portfolio" }, { label: "Portfolio", href: "/portfolio" },
@@ -142,12 +121,11 @@ export default function AboutPage() {
] ]
}, },
{ {
title: "Connect", title: "Connect", items: [
items: [
{ label: "LinkedIn", href: "https://linkedin.com" }, { label: "LinkedIn", href: "https://linkedin.com" },
{ label: "Twitter", href: "https://twitter.com" }, { label: "Twitter", href: "https://twitter.com" },
{ label: "Instagram", href: "https://instagram.com" }, { label: "Instagram", href: "https://instagram.com" },
{ label: "Email", href: "mailto:hello@webild.studio" } { label: "Email", href: "mailto:hello@dialedweb.studio" }
] ]
} }
]} ]}
@@ -155,4 +133,4 @@ export default function AboutPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -97,7 +97,7 @@ export default function BlogPage() {
<ReactLenis root> <ReactLenis root>
<div className="min-h-screen bg-background"> <div className="min-h-screen bg-background">
<NavbarStyleApple <NavbarStyleApple
brandName="Webild Studio" brandName="Dialed Web"
navItems={[ navItems={[
{ name: "Home", id: "/home" }, { name: "Home", id: "/home" },
{ name: "Services", id: "services" }, { name: "Services", id: "services" },
@@ -130,8 +130,8 @@ export default function BlogPage() {
/> )} /> )}
<FooterBaseCard <FooterBaseCard
logoText="Webild Studio" logoText="Dialed Web"
copyrightText="© 2025 Webild Studio. All rights reserved." copyrightText="© 2025 Dialed Web. All rights reserved."
columns={[ columns={[
{ {
title: "Services", items: [ title: "Services", items: [
@@ -162,7 +162,7 @@ export default function BlogPage() {
{ label: "LinkedIn", href: "https://linkedin.com" }, { label: "LinkedIn", href: "https://linkedin.com" },
{ label: "Twitter", href: "https://twitter.com" }, { label: "Twitter", href: "https://twitter.com" },
{ label: "Instagram", href: "https://instagram.com" }, { label: "Instagram", href: "https://instagram.com" },
{ label: "Email", href: "mailto:hello@webild.studio" } { label: "Email", href: "mailto:hello@dialedweb.studio" }
] ]
} }
]} ]}
@@ -171,4 +171,4 @@ export default function BlogPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -23,7 +23,7 @@ export default function ContactPage() {
> >
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarStyleApple <NavbarStyleApple
brandName="Webild Studio" brandName="Dialed Web"
navItems={[ navItems={[
{ name: "Home", id: "/" }, { name: "Home", id: "/" },
{ name: "Services", id: "/services" }, { name: "Services", id: "/services" },
@@ -39,8 +39,8 @@ export default function ContactPage() {
animationType="background-highlight" animationType="background-highlight"
useInvertedBackground="noInvert" useInvertedBackground="noInvert"
buttons={[ buttons={[
{ text: "Schedule a Call", href: "mailto:hello@webild.studio" }, { text: "Schedule a Call", href: "mailto:hello@dialedweb.studio" },
{ text: "Send us a Message", href: "mailto:hello@webild.studio" } { text: "Send us a Message", href: "mailto:hello@dialedweb.studio" }
]} ]}
/> />
</div> </div>
@@ -50,7 +50,7 @@ export default function ContactPage() {
title="Multiple ways to connect with our team. We're here to answer your questions and discuss how we can help achieve your digital goals." title="Multiple ways to connect with our team. We're here to answer your questions and discuss how we can help achieve your digital goals."
useInvertedBackground="invertDefault" useInvertedBackground="invertDefault"
metrics={[ metrics={[
{ icon: Mail, label: "Email Us", value: "hello@webild.studio" }, { icon: Mail, label: "Email Us", value: "hello@dialedweb.studio" },
{ icon: Phone, label: "Call Us", value: "+1 (555) 123-4567" }, { icon: Phone, label: "Call Us", value: "+1 (555) 123-4567" },
{ icon: MapPin, label: "Visit Us", value: "San Francisco, CA" }, { icon: MapPin, label: "Visit Us", value: "San Francisco, CA" },
{ icon: Clock, label: "Response Time", value: "Within 24hrs" } { icon: Clock, label: "Response Time", value: "Within 24hrs" }
@@ -72,12 +72,11 @@ export default function ContactPage() {
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterBaseCard <FooterBaseCard
logoText="Webild Studio" logoText="Dialed Web"
copyrightText="© 2025 Webild Studio. All rights reserved." copyrightText="© 2025 Dialed Web. All rights reserved."
columns={[ columns={[
{ {
title: "Services", title: "Services", items: [
items: [
{ label: "Web Design", href: "/services" }, { label: "Web Design", href: "/services" },
{ label: "Development", href: "/services" }, { label: "Development", href: "/services" },
{ label: "Strategy", href: "/services" }, { label: "Strategy", href: "/services" },
@@ -85,16 +84,14 @@ export default function ContactPage() {
] ]
}, },
{ {
title: "Company", title: "Company", items: [
items: [
{ label: "About Us", href: "/about" }, { label: "About Us", href: "/about" },
{ label: "Our Work", href: "/work" }, { label: "Our Work", href: "/work" },
{ label: "Contact", href: "/contact" } { label: "Contact", href: "/contact" }
] ]
}, },
{ {
title: "Resources", title: "Resources", items: [
items: [
{ label: "Blog", href: "/blog" }, { label: "Blog", href: "/blog" },
{ label: "Case Studies", href: "/case-studies" }, { label: "Case Studies", href: "/case-studies" },
{ label: "Portfolio", href: "/portfolio" }, { label: "Portfolio", href: "/portfolio" },
@@ -102,12 +99,11 @@ export default function ContactPage() {
] ]
}, },
{ {
title: "Connect", title: "Connect", items: [
items: [
{ label: "LinkedIn", href: "https://linkedin.com" }, { label: "LinkedIn", href: "https://linkedin.com" },
{ label: "Twitter", href: "https://twitter.com" }, { label: "Twitter", href: "https://twitter.com" },
{ label: "Instagram", href: "https://instagram.com" }, { label: "Instagram", href: "https://instagram.com" },
{ label: "Email", href: "mailto:hello@webild.studio" } { label: "Email", href: "mailto:hello@dialedweb.studio" }
] ]
} }
]} ]}
@@ -115,4 +111,4 @@ export default function ContactPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -4,21 +4,21 @@
/* Base units */ /* Base units */
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
/* --background: #f5f5f5;; /* --background: #ffffff;;
--card: #ffffff;; --card: #f9f9f9;;
--foreground: #1c1c1c;; --foreground: #0a4d2c;;
--primary-cta: #b82b40;; --primary-cta: #0a7039;;
--secondary-cta: #ffffff;; --secondary-cta: #ffffff;;
--accent: #b90941;; --accent: #80d4a8;;
--background-accent: #e8a8b6;; */ --background-accent: #c5e8d5;; */
--background: #f5f5f5;; --background: #ffffff;;
--card: #ffffff;; --card: #f9f9f9;;
--foreground: #1c1c1c;; --foreground: #0a4d2c;;
--primary-cta: #b82b40;; --primary-cta: #0a7039;;
--secondary-cta: #ffffff;; --secondary-cta: #ffffff;;
--accent: #b90941;; --accent: #80d4a8;;
--background-accent: #e8a8b6;; --background-accent: #c5e8d5;;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);

View File

@@ -5,39 +5,28 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag"; import Tag from "@/tag/Tag";
const nunito = Nunito({ const nunito = Nunito({
variable: "--font-nunito", variable: "--font-nunito", subsets: ["latin"],
subsets: ["latin"],
}); });
export const metadata: Metadata = { export const metadata: Metadata = {
title: "Webild Studio | Premium Web Design & Digital Solutions", title: "Dialed Web | Premium Web Design & Digital Solutions", description: "Award-winning web agency creating premium digital experiences. Web design, development, branding, and marketing for global brands.", keywords: ["web design", "web development", "digital agency", "branding", "web solutions", "UI/UX design"],
description: "Award-winning web agency creating premium digital experiences. Web design, development, branding, and marketing for global brands.", metadataBase: new URL("https://dialedweb.studio"),
keywords: ["web design", "web development", "digital agency", "branding", "web solutions", "UI/UX design"],
metadataBase: new URL("https://webild.studio"),
alternates: { alternates: {
canonical: "https://webild.studio" canonical: "https://dialedweb.studio"
}, },
robots: { robots: {
index: true, index: true,
follow: true follow: true
}, },
openGraph: { openGraph: {
title: "Webild Studio | Premium Digital Agency", title: "Dialed Web | Premium Digital Agency", description: "Transform your vision into digital reality with award-winning design and development.", type: "website", siteName: "Dialed Web", images: [
description: "Transform your vision into digital reality with award-winning design and development.",
type: "website",
siteName: "Webild Studio",
images: [
{ {
url: "https://img.b2bpic.net/free-photo/empty-home-setup-desk-filled-with-documents-financial-reports_482257-100068.jpg", url: "https://img.b2bpic.net/free-photo/empty-home-setup-desk-filled-with-documents-financial-reports_482257-100068.jpg", alt: "Dialed Web - Premium Web Design"
alt: "Webild Studio - Premium Web Design"
} }
] ]
}, },
twitter: { twitter: {
card: "summary_large_image", card: "summary_large_image", title: "Dialed Web - Premium Digital Solutions", description: "Award-winning web design and development for ambitious brands.", images: ["https://img.b2bpic.net/free-photo/empty-home-setup-desk-filled-with-documents-financial-reports_482257-100068.jpg"]
title: "Webild Studio - Premium Digital Solutions",
description: "Award-winning web design and development for ambitious brands.",
images: ["https://img.b2bpic.net/free-photo/empty-home-setup-desk-filled-with-documents-financial-reports_482257-100068.jpg"]
} }
}; };
@@ -1276,4 +1265,4 @@ export default function RootLayout({
</ServiceWrapper> </ServiceWrapper>
</html> </html>
); );
} }

View File

@@ -28,7 +28,7 @@ export default function HomePage() {
> >
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarStyleApple <NavbarStyleApple
brandName="Webild Studio" brandName="Dialed Web"
navItems={[ navItems={[
{ name: "Services", id: "/services" }, { name: "Services", id: "/services" },
{ name: "Work", id: "/work" }, { name: "Work", id: "/work" },
@@ -40,7 +40,7 @@ export default function HomePage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroLogoBillboard <HeroLogoBillboard
logoText="Webild Studio" logoText="Dialed Web"
description="We craft premium digital experiences that elevate brands and drive growth. Strategic design, flawless execution, boundless creativity." description="We craft premium digital experiences that elevate brands and drive growth. Strategic design, flawless execution, boundless creativity."
background={{ variant: "sparkles-gradient" }} background={{ variant: "sparkles-gradient" }}
imageSrc="https://img.b2bpic.net/free-photo/empty-home-setup-desk-filled-with-documents-financial-reports_482257-100068.jpg" imageSrc="https://img.b2bpic.net/free-photo/empty-home-setup-desk-filled-with-documents-financial-reports_482257-100068.jpg"
@@ -75,25 +75,13 @@ export default function HomePage() {
useInvertedBackground="noInvert" useInvertedBackground="noInvert"
products={[ products={[
{ {
id: "1", id: "1", name: "E-Commerce Platform", price: "Enterprise", imageSrc: "https://img.b2bpic.net/free-photo/technology-hologram-indoors_23-2151833348.jpg", imageAlt: "E-commerce platform showcase"
name: "E-Commerce Platform",
price: "Enterprise",
imageSrc: "https://img.b2bpic.net/free-photo/technology-hologram-indoors_23-2151833348.jpg",
imageAlt: "E-commerce platform showcase"
}, },
{ {
id: "2", id: "2", name: "Brand Redesign", price: "Strategy + Design", imageSrc: "https://img.b2bpic.net/free-photo/elegant-cozy-office-lifestyle_23-2149636247.jpg", imageAlt: "Brand identity redesign"
name: "Brand Redesign",
price: "Strategy + Design",
imageSrc: "https://img.b2bpic.net/free-photo/elegant-cozy-office-lifestyle_23-2149636247.jpg",
imageAlt: "Brand identity redesign"
}, },
{ {
id: "3", id: "3", name: "Mobile App Design", price: "iOS & Android", imageSrc: "https://img.b2bpic.net/free-photo/close-up-laptop-keyboard-colorful-neon-illumination-backlit-keyboard_169016-29668.jpg", imageAlt: "Mobile application design"
name: "Mobile App Design",
price: "iOS & Android",
imageSrc: "https://img.b2bpic.net/free-photo/close-up-laptop-keyboard-colorful-neon-illumination-backlit-keyboard_169016-29668.jpg",
imageAlt: "Mobile application design"
} }
]} ]}
/> />
@@ -111,31 +99,19 @@ export default function HomePage() {
features={[ features={[
{ {
id: 1, id: 1,
title: "Web Design & Development", title: "Web Design & Development", description: "Beautiful, responsive websites built with cutting-edge technology and optimized for performance, conversion, and user experience.", imageSrc: "https://img.b2bpic.net/free-photo/technology-hologram-indoors_23-2151833348.jpg", imageAlt: "Web design showcase"
description: "Beautiful, responsive websites built with cutting-edge technology and optimized for performance, conversion, and user experience.",
imageSrc: "https://img.b2bpic.net/free-photo/technology-hologram-indoors_23-2151833348.jpg",
imageAlt: "Web design showcase"
}, },
{ {
id: 2, id: 2,
title: "Brand Strategy & Identity", title: "Brand Strategy & Identity", description: "Strategic brand positioning, visual identity design, and creative campaigns that resonate with your target audience.", imageSrc: "https://img.b2bpic.net/free-photo/elegant-cozy-office-lifestyle_23-2149636247.jpg", imageAlt: "Brand identity design"
description: "Strategic brand positioning, visual identity design, and creative campaigns that resonate with your target audience.",
imageSrc: "https://img.b2bpic.net/free-photo/elegant-cozy-office-lifestyle_23-2149636247.jpg",
imageAlt: "Brand identity design"
}, },
{ {
id: 3, id: 3,
title: "Mobile App Development", title: "Mobile App Development", description: "Native and cross-platform mobile applications with intuitive interfaces and seamless functionality for iOS and Android.", imageSrc: "https://img.b2bpic.net/free-photo/close-up-laptop-keyboard-colorful-neon-illumination-backlit-keyboard_169016-29668.jpg", imageAlt: "Mobile app development"
description: "Native and cross-platform mobile applications with intuitive interfaces and seamless functionality for iOS and Android.",
imageSrc: "https://img.b2bpic.net/free-photo/close-up-laptop-keyboard-colorful-neon-illumination-backlit-keyboard_169016-29668.jpg",
imageAlt: "Mobile app development"
}, },
{ {
id: 4, id: 4,
title: "Digital Marketing", title: "Digital Marketing", description: "Data-driven marketing strategies including SEO, content marketing, and paid advertising to amplify your digital presence.", imageSrc: "https://img.b2bpic.net/free-photo/empty-home-setup-desk-filled-with-documents-financial-reports_482257-100068.jpg", imageAlt: "Digital marketing strategy"
description: "Data-driven marketing strategies including SEO, content marketing, and paid advertising to amplify your digital presence.",
imageSrc: "https://img.b2bpic.net/free-photo/empty-home-setup-desk-filled-with-documents-financial-reports_482257-100068.jpg",
imageAlt: "Digital marketing strategy"
} }
]} ]}
/> />
@@ -149,31 +125,13 @@ export default function HomePage() {
useInvertedBackground="noInvert" useInvertedBackground="noInvert"
testimonials={[ testimonials={[
{ {
id: "1", id: "1", title: "Exceptional creativity and execution", quote: "Dialed Web transformed our entire digital presence. Their team's attention to detail and strategic thinking exceeded every expectation. A true partner in success.", name: "Sarah Chen", role: "CEO, TechVenture", imageSrc: "https://img.b2bpic.net/free-photo/close-up-smiley-man-library_23-2149204750.jpg", imageAlt: "Sarah Chen CEO portrait"
title: "Exceptional creativity and execution",
quote: "Webild Studio transformed our entire digital presence. Their team's attention to detail and strategic thinking exceeded every expectation. A true partner in success.",
name: "Sarah Chen",
role: "CEO, TechVenture",
imageSrc: "https://img.b2bpic.net/free-photo/close-up-smiley-man-library_23-2149204750.jpg",
imageAlt: "Sarah Chen CEO portrait"
}, },
{ {
id: "2", id: "2", title: "Delivered beyond our goals", quote: "From concept to launch, every step was handled with professionalism and creativity. The results speak for themselves - our engagement tripled in the first quarter.", name: "Marcus Rodriguez", role: "Founder, Growth Labs", imageSrc: "https://img.b2bpic.net/free-photo/glasses-smiling-arm-horizontal-front_1262-2739.jpg", imageAlt: "Marcus Rodriguez founder portrait"
title: "Delivered beyond our goals",
quote: "From concept to launch, every step was handled with professionalism and creativity. The results speak for themselves - our engagement tripled in the first quarter.",
name: "Marcus Rodriguez",
role: "Founder, Growth Labs",
imageSrc: "https://img.b2bpic.net/free-photo/glasses-smiling-arm-horizontal-front_1262-2739.jpg",
imageAlt: "Marcus Rodriguez founder portrait"
}, },
{ {
id: "3", id: "3", title: "Strategic partners, not just vendors", quote: "What sets Dialed Web apart is their genuine commitment to understanding our business goals. They delivered a platform that perfectly aligns with our vision.", name: "Jennifer Kim", role: "CMO, Digital Collective", imageSrc: "https://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-11786.jpg", imageAlt: "Jennifer Kim CMO portrait"
title: "Strategic partners, not just vendors",
quote: "What sets Webild apart is their genuine commitment to understanding our business goals. They delivered a platform that perfectly aligns with our vision.",
name: "Jennifer Kim",
role: "CMO, Digital Collective",
imageSrc: "https://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-11786.jpg",
imageAlt: "Jennifer Kim CMO portrait"
} }
]} ]}
/> />
@@ -193,12 +151,11 @@ export default function HomePage() {
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterBaseCard <FooterBaseCard
logoText="Webild Studio" logoText="Dialed Web"
copyrightText="© 2025 Webild Studio. All rights reserved." copyrightText="© 2025 Dialed Web. All rights reserved."
columns={[ columns={[
{ {
title: "Services", title: "Services", items: [
items: [
{ label: "Web Design", href: "/services" }, { label: "Web Design", href: "/services" },
{ label: "Development", href: "/services" }, { label: "Development", href: "/services" },
{ label: "Strategy", href: "/services" }, { label: "Strategy", href: "/services" },
@@ -206,16 +163,14 @@ export default function HomePage() {
] ]
}, },
{ {
title: "Company", title: "Company", items: [
items: [
{ label: "About Us", href: "/about" }, { label: "About Us", href: "/about" },
{ label: "Our Work", href: "/work" }, { label: "Our Work", href: "/work" },
{ label: "Contact", href: "/contact" } { label: "Contact", href: "/contact" }
] ]
}, },
{ {
title: "Resources", title: "Resources", items: [
items: [
{ label: "Blog", href: "/blog" }, { label: "Blog", href: "/blog" },
{ label: "Case Studies", href: "/case-studies" }, { label: "Case Studies", href: "/case-studies" },
{ label: "Portfolio", href: "/portfolio" }, { label: "Portfolio", href: "/portfolio" },
@@ -223,12 +178,11 @@ export default function HomePage() {
] ]
}, },
{ {
title: "Connect", title: "Connect", items: [
items: [
{ label: "LinkedIn", href: "https://linkedin.com" }, { label: "LinkedIn", href: "https://linkedin.com" },
{ label: "Twitter", href: "https://twitter.com" }, { label: "Twitter", href: "https://twitter.com" },
{ label: "Instagram", href: "https://instagram.com" }, { label: "Instagram", href: "https://instagram.com" },
{ label: "Email", href: "mailto:hello@webild.studio" } { label: "Email", href: "mailto:hello@dialedweb.studio" }
] ]
} }
]} ]}
@@ -236,4 +190,4 @@ export default function HomePage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -24,7 +24,7 @@ export default function ServicesPage() {
> >
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarStyleApple <NavbarStyleApple
brandName="Webild Studio" brandName="Dialed Web"
navItems={[ navItems={[
{ name: "Home", id: "/" }, { name: "Home", id: "/" },
{ name: "Work", id: "/work" }, { name: "Work", id: "/work" },
@@ -46,31 +46,19 @@ export default function ServicesPage() {
features={[ features={[
{ {
id: 1, id: 1,
title: "Web Design & Development", title: "Web Design & Development", description: "Beautiful, responsive websites built with cutting-edge technology and optimized for performance, conversion, and user experience. We focus on creating digital experiences that captivate and convert.", imageSrc: "https://img.b2bpic.net/free-photo/technology-hologram-indoors_23-2151833348.jpg", imageAlt: "Web design showcase"
description: "Beautiful, responsive websites built with cutting-edge technology and optimized for performance, conversion, and user experience. We focus on creating digital experiences that captivate and convert.",
imageSrc: "https://img.b2bpic.net/free-photo/technology-hologram-indoors_23-2151833348.jpg",
imageAlt: "Web design showcase"
}, },
{ {
id: 2, id: 2,
title: "Brand Strategy & Identity", title: "Brand Strategy & Identity", description: "Strategic brand positioning, visual identity design, and creative campaigns that resonate with your target audience. We help you tell your story in a way that matters.", imageSrc: "https://img.b2bpic.net/free-photo/elegant-cozy-office-lifestyle_23-2149636247.jpg", imageAlt: "Brand identity design"
description: "Strategic brand positioning, visual identity design, and creative campaigns that resonate with your target audience. We help you tell your story in a way that matters.",
imageSrc: "https://img.b2bpic.net/free-photo/elegant-cozy-office-lifestyle_23-2149636247.jpg",
imageAlt: "Brand identity design"
}, },
{ {
id: 3, id: 3,
title: "Mobile App Development", title: "Mobile App Development", description: "Native and cross-platform mobile applications with intuitive interfaces and seamless functionality for iOS and Android. Built for scale and performance.", imageSrc: "https://img.b2bpic.net/free-photo/close-up-laptop-keyboard-colorful-neon-illumination-backlit-keyboard_169016-29668.jpg", imageAlt: "Mobile app development"
description: "Native and cross-platform mobile applications with intuitive interfaces and seamless functionality for iOS and Android. Built for scale and performance.",
imageSrc: "https://img.b2bpic.net/free-photo/close-up-laptop-keyboard-colorful-neon-illumination-backlit-keyboard_169016-29668.jpg",
imageAlt: "Mobile app development"
}, },
{ {
id: 4, id: 4,
title: "Digital Marketing & SEO", title: "Digital Marketing & SEO", description: "Data-driven marketing strategies including SEO, content marketing, and paid advertising to amplify your digital presence and drive qualified traffic.", imageSrc: "https://img.b2bpic.net/free-photo/empty-home-setup-desk-filled-with-documents-financial-reports_482257-100068.jpg", imageAlt: "Digital marketing strategy"
description: "Data-driven marketing strategies including SEO, content marketing, and paid advertising to amplify your digital presence and drive qualified traffic.",
imageSrc: "https://img.b2bpic.net/free-photo/empty-home-setup-desk-filled-with-documents-financial-reports_482257-100068.jpg",
imageAlt: "Digital marketing strategy"
} }
]} ]}
/> />
@@ -84,22 +72,10 @@ export default function ServicesPage() {
useInvertedBackground="invertDefault" useInvertedBackground="invertDefault"
testimonials={[ testimonials={[
{ {
id: "1", id: "1", title: "450% increase in qualified leads", quote: "The redesigned website and digital marketing strategy delivered by Dialed Web exceeded all our expectations. Our lead quality improved dramatically.", name: "David Park", role: "Chief Product Officer, InnovateCo", imageSrc: "https://img.b2bpic.net/free-photo/businessman-wearing-coat_1098-3778.jpg", imageAlt: "David Park CPO portrait"
title: "450% increase in qualified leads",
quote: "The redesigned website and digital marketing strategy delivered by Webild Studio exceeded all our expectations. Our lead quality improved dramatically.",
name: "David Park",
role: "Chief Product Officer, InnovateCo",
imageSrc: "https://img.b2bpic.net/free-photo/businessman-wearing-coat_1098-3778.jpg",
imageAlt: "David Park CPO portrait"
}, },
{ {
id: "2", id: "2", title: "Brand transformation that converted", quote: "Our new brand identity and website drove a 300% increase in engagement. The strategic thinking behind every decision was evident in the results.", name: "Amelia Foster", role: "Founder, Luxe Brands", imageSrc: "https://img.b2bpic.net/free-photo/young-serious-businessman-looking-camera-meeting-headshot-portrait_1163-3923.jpg", imageAlt: "Amelia Foster founder portrait"
title: "Brand transformation that converted",
quote: "Our new brand identity and website drove a 300% increase in engagement. The strategic thinking behind every decision was evident in the results.",
name: "Amelia Foster",
role: "Founder, Luxe Brands",
imageSrc: "https://img.b2bpic.net/free-photo/young-serious-businessman-looking-camera-meeting-headshot-portrait_1163-3923.jpg",
imageAlt: "Amelia Foster founder portrait"
} }
]} ]}
/> />
@@ -119,12 +95,11 @@ export default function ServicesPage() {
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterBaseCard <FooterBaseCard
logoText="Webild Studio" logoText="Dialed Web"
copyrightText="© 2025 Webild Studio. All rights reserved." copyrightText="© 2025 Dialed Web. All rights reserved."
columns={[ columns={[
{ {
title: "Services", title: "Services", items: [
items: [
{ label: "Web Design", href: "/services" }, { label: "Web Design", href: "/services" },
{ label: "Development", href: "/services" }, { label: "Development", href: "/services" },
{ label: "Strategy", href: "/services" }, { label: "Strategy", href: "/services" },
@@ -132,16 +107,14 @@ export default function ServicesPage() {
] ]
}, },
{ {
title: "Company", title: "Company", items: [
items: [
{ label: "About Us", href: "/about" }, { label: "About Us", href: "/about" },
{ label: "Our Work", href: "/work" }, { label: "Our Work", href: "/work" },
{ label: "Contact", href: "/contact" } { label: "Contact", href: "/contact" }
] ]
}, },
{ {
title: "Resources", title: "Resources", items: [
items: [
{ label: "Blog", href: "/blog" }, { label: "Blog", href: "/blog" },
{ label: "Case Studies", href: "/case-studies" }, { label: "Case Studies", href: "/case-studies" },
{ label: "Portfolio", href: "/portfolio" }, { label: "Portfolio", href: "/portfolio" },
@@ -149,12 +122,11 @@ export default function ServicesPage() {
] ]
}, },
{ {
title: "Connect", title: "Connect", items: [
items: [
{ label: "LinkedIn", href: "https://linkedin.com" }, { label: "LinkedIn", href: "https://linkedin.com" },
{ label: "Twitter", href: "https://twitter.com" }, { label: "Twitter", href: "https://twitter.com" },
{ label: "Instagram", href: "https://instagram.com" }, { label: "Instagram", href: "https://instagram.com" },
{ label: "Email", href: "mailto:hello@webild.studio" } { label: "Email", href: "mailto:hello@dialedweb.studio" }
] ]
} }
]} ]}
@@ -162,4 +134,4 @@ export default function ServicesPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -24,7 +24,7 @@ export default function WorkPage() {
> >
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarStyleApple <NavbarStyleApple
brandName="Webild Studio" brandName="Dialed Web"
navItems={[ navItems={[
{ name: "Home", id: "/" }, { name: "Home", id: "/" },
{ name: "Services", id: "/services" }, { name: "Services", id: "/services" },
@@ -46,32 +46,16 @@ export default function WorkPage() {
useInvertedBackground="noInvert" useInvertedBackground="noInvert"
products={[ products={[
{ {
id: "1", id: "1", name: "TechVenture Platform", price: "E-Commerce", imageSrc: "https://img.b2bpic.net/free-photo/technology-hologram-indoors_23-2151833348.jpg", imageAlt: "TechVenture e-commerce platform showcase"
name: "TechVenture Platform",
price: "E-Commerce",
imageSrc: "https://img.b2bpic.net/free-photo/technology-hologram-indoors_23-2151833348.jpg",
imageAlt: "TechVenture e-commerce platform showcase"
}, },
{ {
id: "2", id: "2", name: "Luxe Brands Identity", price: "Brand Design", imageSrc: "https://img.b2bpic.net/free-photo/elegant-cozy-office-lifestyle_23-2149636247.jpg", imageAlt: "Luxe Brands identity redesign"
name: "Luxe Brands Identity",
price: "Brand Design",
imageSrc: "https://img.b2bpic.net/free-photo/elegant-cozy-office-lifestyle_23-2149636247.jpg",
imageAlt: "Luxe Brands identity redesign"
}, },
{ {
id: "3", id: "3", name: "InnovateCo App", price: "Mobile App", imageSrc: "https://img.b2bpic.net/free-photo/close-up-laptop-keyboard-colorful-neon-illumination-backlit-keyboard_169016-29668.jpg", imageAlt: "InnovateCo mobile application"
name: "InnovateCo App",
price: "Mobile App",
imageSrc: "https://img.b2bpic.net/free-photo/close-up-laptop-keyboard-colorful-neon-illumination-backlit-keyboard_169016-29668.jpg",
imageAlt: "InnovateCo mobile application"
}, },
{ {
id: "4", id: "4", name: "Growth Labs Website", price: "Web Design", imageSrc: "https://img.b2bpic.net/free-photo/empty-home-setup-desk-filled-with-documents-financial-reports_482257-100068.jpg", imageAlt: "Growth Labs website design"
name: "Growth Labs Website",
price: "Web Design",
imageSrc: "https://img.b2bpic.net/free-photo/empty-home-setup-desk-filled-with-documents-financial-reports_482257-100068.jpg",
imageAlt: "Growth Labs website design"
} }
]} ]}
/> />
@@ -85,31 +69,13 @@ export default function WorkPage() {
useInvertedBackground="invertDefault" useInvertedBackground="invertDefault"
testimonials={[ testimonials={[
{ {
id: "1", id: "1", title: "Revenue increased by 340% in 6 months", quote: "The e-commerce platform Dialed Web built for us transformed our business. The user experience is incredible and our conversion rates soared.", name: "Sarah Chen", role: "CEO, TechVenture", imageSrc: "https://img.b2bpic.net/free-photo/close-up-smiley-man-library_23-2149204750.jpg", imageAlt: "Sarah Chen CEO portrait"
title: "Revenue increased by 340% in 6 months",
quote: "The e-commerce platform Webild built for us transformed our business. The user experience is incredible and our conversion rates soared.",
name: "Sarah Chen",
role: "CEO, TechVenture",
imageSrc: "https://img.b2bpic.net/free-photo/close-up-smiley-man-library_23-2149204750.jpg",
imageAlt: "Sarah Chen CEO portrait"
}, },
{ {
id: "2", id: "2", title: "Brand recognition up 500%", quote: "Our new brand identity created by Dialed Web elevated our entire market presence. The attention to detail and strategic thinking was exceptional.", name: "Amelia Foster", role: "Founder, Luxe Brands", imageSrc: "https://img.b2bpic.net/free-photo/young-serious-businessman-looking-camera-meeting-headshot-portrait_1163-3923.jpg", imageAlt: "Amelia Foster founder portrait"
title: "Brand recognition up 500%",
quote: "Our new brand identity created by Webild Studio elevated our entire market presence. The attention to detail and strategic thinking was exceptional.",
name: "Amelia Foster",
role: "Founder, Luxe Brands",
imageSrc: "https://img.b2bpic.net/free-photo/young-serious-businessman-looking-camera-meeting-headshot-portrait_1163-3923.jpg",
imageAlt: "Amelia Foster founder portrait"
}, },
{ {
id: "3", id: "3", title: "User engagement tripled overnight", quote: "The mobile app they developed for us exceeded every benchmark. User retention is at an all-time high and our customers love the experience.", name: "David Park", role: "Chief Product Officer, InnovateCo", imageSrc: "https://img.b2bpic.net/free-photo/businessman-wearing-coat_1098-3778.jpg", imageAlt: "David Park CPO portrait"
title: "User engagement tripled overnight",
quote: "The mobile app they developed for us exceeded every benchmark. User retention is at an all-time high and our customers love the experience.",
name: "David Park",
role: "Chief Product Officer, InnovateCo",
imageSrc: "https://img.b2bpic.net/free-photo/businessman-wearing-coat_1098-3778.jpg",
imageAlt: "David Park CPO portrait"
} }
]} ]}
/> />
@@ -129,12 +95,11 @@ export default function WorkPage() {
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterBaseCard <FooterBaseCard
logoText="Webild Studio" logoText="Dialed Web"
copyrightText="© 2025 Webild Studio. All rights reserved." copyrightText="© 2025 Dialed Web. All rights reserved."
columns={[ columns={[
{ {
title: "Services", title: "Services", items: [
items: [
{ label: "Web Design", href: "/services" }, { label: "Web Design", href: "/services" },
{ label: "Development", href: "/services" }, { label: "Development", href: "/services" },
{ label: "Strategy", href: "/services" }, { label: "Strategy", href: "/services" },
@@ -142,16 +107,14 @@ export default function WorkPage() {
] ]
}, },
{ {
title: "Company", title: "Company", items: [
items: [
{ label: "About Us", href: "/about" }, { label: "About Us", href: "/about" },
{ label: "Our Work", href: "/work" }, { label: "Our Work", href: "/work" },
{ label: "Contact", href: "/contact" } { label: "Contact", href: "/contact" }
] ]
}, },
{ {
title: "Resources", title: "Resources", items: [
items: [
{ label: "Blog", href: "/blog" }, { label: "Blog", href: "/blog" },
{ label: "Case Studies", href: "/case-studies" }, { label: "Case Studies", href: "/case-studies" },
{ label: "Portfolio", href: "/portfolio" }, { label: "Portfolio", href: "/portfolio" },
@@ -159,12 +122,11 @@ export default function WorkPage() {
] ]
}, },
{ {
title: "Connect", title: "Connect", items: [
items: [
{ label: "LinkedIn", href: "https://linkedin.com" }, { label: "LinkedIn", href: "https://linkedin.com" },
{ label: "Twitter", href: "https://twitter.com" }, { label: "Twitter", href: "https://twitter.com" },
{ label: "Instagram", href: "https://instagram.com" }, { label: "Instagram", href: "https://instagram.com" },
{ label: "Email", href: "mailto:hello@webild.studio" } { label: "Email", href: "mailto:hello@dialedweb.studio" }
] ]
} }
]} ]}
@@ -172,4 +134,4 @@ export default function WorkPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }