Merge version_2 into main #1
@@ -14,26 +14,28 @@ const inter = Inter({
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Professional Web Design Services | Webild", description: "Custom website design services starting at $999.99. Professional, mobile-responsive websites that convert. Get your site built by expert designers.", keywords: "web design, website design services, custom web design, responsive design, web development", metadataBase: new URL("https://webild.io"),
|
||||
title: "Professional Web Design Services | Apex Digital", description: "Custom website design services starting at $999.99. Professional, mobile-responsive websites that convert. Get your site built by expert designers.", keywords: "web design, website design services, custom web design, responsive design, web development", metadataBase: new URL("https://apexdigital.io"),
|
||||
alternates: {
|
||||
canonical: "https://webild.io"},
|
||||
canonical: "https://apexdigital.io"
|
||||
},
|
||||
openGraph: {
|
||||
title: "Professional Web Design Services | Webild", description: "Custom website design services starting at $999.99. Professional, mobile-responsive websites that convert.", url: "https://webild.io", siteName: "Webild", type: "website", images: [
|
||||
title: "Professional Web Design Services | Apex Digital", description: "Custom website design services starting at $999.99. Professional, mobile-responsive websites that convert.", url: "https://apexdigital.io", siteName: "Apex Digital", type: "website", images: [
|
||||
{
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AV2Zs8FHt4Ukbzw0qMxRRYNq0e/a-bright-modern-web-design-workspace-sho-1772663556583-2fd1d2c8.png", alt: "Professional web design services"},
|
||||
],
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AV2Zs8FHt4Ukbzw0qMxRRYNq0e/a-bright-modern-web-design-workspace-sho-1772663556583-2fd1d2c8.png", alt: "Professional web design services"
|
||||
}
|
||||
]
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "Professional Web Design Services | Webild", description: "Custom website design services starting at $999.99. Professional, mobile-responsive websites that convert.", images: ["https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AV2Zs8FHt4Ukbzw0qMxRRYNq0e/a-bright-modern-web-design-workspace-sho-1772663556583-2fd1d2c8.png"],
|
||||
card: "summary_large_image", title: "Professional Web Design Services | Apex Digital", description: "Custom website design services starting at $999.99. Professional, mobile-responsive websites that convert.", images: ["https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AV2Zs8FHt4Ukbzw0qMxRRYNq0e/a-bright-modern-web-design-workspace-sho-1772663556583-2fd1d2c8.png"]
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
follow: true
|
||||
}
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
children
|
||||
}: Readonly<{
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
|
||||
@@ -26,26 +26,27 @@ export default function LandingPage() {
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
brandName="Webild"
|
||||
brandName="Apex Digital"
|
||||
navItems={[
|
||||
{ name: "Services", id: "features" },
|
||||
{ name: "Pricing", id: "pricing" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
button={{
|
||||
text: "Get Started", href: "contact"}}
|
||||
text: "Get Started", href: "contact"
|
||||
}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogo
|
||||
logoText="Webild"
|
||||
logoText="Apex Digital"
|
||||
description="Stunning, custom websites that elevate your brand and drive real results"
|
||||
buttons={[
|
||||
{ text: "Start Your Project", href: "contact" },
|
||||
{ text: "View Our Work", href: "about" },
|
||||
{ text: "View Our Work", href: "about" }
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AV2Zs8FHt4Ukbzw0qMxRRYNq0e/a-bright-modern-web-design-workspace-sho-1772663556583-2fd1d2c8.png"
|
||||
imageAlt="Professional web design workspace"
|
||||
@@ -65,13 +66,15 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "starter", tag: "Starter Website", price: "$1,299", period: "/project", description: "Perfect for small businesses and professionals getting online", button: { text: "Get Started", href: "contact" },
|
||||
featuresTitle: "What's Included:", features: [
|
||||
"5-7 custom pages", "Mobile-responsive design", "Basic SEO optimization", "Contact forms", "1 round of revisions", "30 days of support"],
|
||||
"5-7 custom pages", "Mobile-responsive design", "Basic SEO optimization", "Contact forms", "1 round of revisions", "30 days of support"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "pro", tag: "Pro Website", price: "$999.99", period: "/special offer", description: "Limited-time offer - Full-featured website at exceptional value", button: { text: "Claim Offer", href: "contact" },
|
||||
featuresTitle: "Everything Included:", features: [
|
||||
"All Starter features", "Advanced SEO setup", "Blog functionality", "Newsletter integration", "Analytics dashboard", "Social media integration", "2 rounds of revisions", "60 days of support"],
|
||||
},
|
||||
"All Starter features", "Advanced SEO setup", "Blog functionality", "Newsletter integration", "Analytics dashboard", "Social media integration", "2 rounds of revisions", "60 days of support"
|
||||
]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -88,13 +91,17 @@ export default function LandingPage() {
|
||||
mediaAnimation="blur-reveal"
|
||||
accordionItems={[
|
||||
{
|
||||
id: "1", title: "Custom Design & Branding", content: "Your website will be uniquely designed to reflect your brand identity and stand out from competitors. We don't use templates - every design is tailored to your vision."},
|
||||
id: "1", title: "Custom Design & Branding", content: "Your website will be uniquely designed to reflect your brand identity and stand out from competitors. We don't use templates - every design is tailored to your vision."
|
||||
},
|
||||
{
|
||||
id: "2", title: "Mobile-First Responsive Design", content: "All websites are optimized for mobile, tablet, and desktop. Your site will look perfect and function seamlessly across all devices."},
|
||||
id: "2", title: "Mobile-First Responsive Design", content: "All websites are optimized for mobile, tablet, and desktop. Your site will look perfect and function seamlessly across all devices."
|
||||
},
|
||||
{
|
||||
id: "3", title: "SEO & Performance Optimized", content: "Built with search engine optimization in mind. Fast loading times, clean code, and strategic keyword implementation help your site rank higher."},
|
||||
id: "3", title: "SEO & Performance Optimized", content: "Built with search engine optimization in mind. Fast loading times, clean code, and strategic keyword implementation help your site rank higher."
|
||||
},
|
||||
{
|
||||
id: "4", title: "User-Focused Experience", content: "Every element is designed with your visitor in mind. Intuitive navigation and clear calls-to-action drive engagement and conversions."},
|
||||
id: "4", title: "User-Focused Experience", content: "Every element is designed with your visitor in mind. Intuitive navigation and clear calls-to-action drive engagement and conversions."
|
||||
}
|
||||
]}
|
||||
buttons={[{ text: "Learn More", href: "contact" }]}
|
||||
/>
|
||||
@@ -105,7 +112,7 @@ export default function LandingPage() {
|
||||
heading={[
|
||||
{ type: "text", content: "We're a team of" },
|
||||
{ type: "text", content: "passionate web designers" },
|
||||
{ type: "text", content: "dedicated to your success" },
|
||||
{ type: "text", content: "dedicated to your success" }
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
buttons={[{ text: "Get Your Website Built", href: "contact" }]}
|
||||
@@ -122,13 +129,17 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Johnson", role: "Founder, Johnson Studios", testimonial: "Webild transformed our online presence completely. The website they built increased our inquiries by 300% in just three months. Highly recommend!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AV2Zs8FHt4Ukbzw0qMxRRYNq0e/professional-headshot-portrait-of-a-conf-1772663556302-cf8ac73a.png", imageAlt: "Sarah Johnson"},
|
||||
id: "1", name: "Sarah Johnson", role: "Founder, Johnson Studios", testimonial: "Apex Digital transformed our online presence completely. The website they built increased our inquiries by 300% in just three months. Highly recommend!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AV2Zs8FHt4Ukbzw0qMxRRYNq0e/professional-headshot-portrait-of-a-conf-1772663556302-cf8ac73a.png", imageAlt: "Sarah Johnson"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Michael Chen", role: "CEO, Tech Solutions Inc", testimonial: "Professional, responsive, and results-driven. They understood our vision and delivered a website that exceeded expectations. Worth every penny.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AV2Zs8FHt4Ukbzw0qMxRRYNq0e/professional-headshot-portrait-of-an-asi-1772663556113-5047d11b.png", imageAlt: "Michael Chen"},
|
||||
id: "2", name: "Michael Chen", role: "CEO, Tech Solutions Inc", testimonial: "Professional, responsive, and results-driven. They understood our vision and delivered a website that exceeded expectations. Worth every penny.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AV2Zs8FHt4Ukbzw0qMxRRYNq0e/professional-headshot-portrait-of-an-asi-1772663556113-5047d11b.png", imageAlt: "Michael Chen"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Emily Rodriguez", role: "Marketing Director, GrowthCo", testimonial: "The attention to detail and creative approach was outstanding. Our new website is not just beautiful - it actually converts. Great partnership!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AV2Zs8FHt4Ukbzw0qMxRRYNq0e/professional-headshot-portrait-of-a-fema-1772663556559-2d470054.png", imageAlt: "Emily Rodriguez"},
|
||||
id: "3", name: "Emily Rodriguez", role: "Marketing Director, GrowthCo", testimonial: "The attention to detail and creative approach was outstanding. Our new website is not just beautiful - it actually converts. Great partnership!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AV2Zs8FHt4Ukbzw0qMxRRYNq0e/professional-headshot-portrait-of-a-fema-1772663556559-2d470054.png", imageAlt: "Emily Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "4", name: "David Kim", role: "Owner, Kim Creative Agency", testimonial: "Finally, a web designer who gets it. From concept to launch, the entire process was smooth and professional. Our clients love the new site.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AV2Zs8FHt4Ukbzw0qMxRRYNq0e/professional-headshot-portrait-of-an-asi-1772663556495-b7bb6b97.png", imageAlt: "David Kim"},
|
||||
id: "4", name: "David Kim", role: "Owner, Kim Creative Agency", testimonial: "Finally, a web designer who gets it. From concept to launch, the entire process was smooth and professional. Our clients love the new site.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AV2Zs8FHt4Ukbzw0qMxRRYNq0e/professional-headshot-portrait-of-an-asi-1772663556495-b7bb6b97.png", imageAlt: "David Kim"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -158,31 +169,31 @@ export default function LandingPage() {
|
||||
title: "Services", items: [
|
||||
{ label: "Web Design", href: "#features" },
|
||||
{ label: "Custom Development", href: "#features" },
|
||||
{ label: "SEO Optimization", href: "#features" },
|
||||
],
|
||||
{ label: "SEO Optimization", href: "#features" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Pricing", href: "#pricing" },
|
||||
{ label: "Portfolio", href: "#about" },
|
||||
],
|
||||
{ label: "Portfolio", href: "#about" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Contact", items: [
|
||||
{ label: "Email: hello@webild.io", href: "mailto:hello@webild.io" },
|
||||
{ label: "Phone: (555) 123-4567", href: "tel:+15551234567" },
|
||||
{ label: "Get In Touch", href: "#contact" },
|
||||
],
|
||||
{ label: "Email: 1ApexDigitall@gmail.com", href: "mailto:1ApexDigitall@gmail.com" },
|
||||
{ label: "Phone: (470) 855-8331", href: "tel:+14708558331" },
|
||||
{ label: "Get In Touch", href: "#contact" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
],
|
||||
},
|
||||
{ label: "Terms of Service", href: "#" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
bottomLeftText="© 2025 Webild. All rights reserved."
|
||||
bottomLeftText="© 2025 Apex Digital. All rights reserved."
|
||||
bottomRightText="Building beautiful websites"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user