Merge version_1 into main #2
309
src/app/page.tsx
309
src/app/page.tsx
@@ -32,40 +32,26 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
href: "/",
|
||||
name: "Home", id: "home"
|
||||
},
|
||||
{
|
||||
name: "Websites",
|
||||
id: "websites",
|
||||
href: "/websites",
|
||||
name: "Websites", id: "websites"
|
||||
},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
href: "/features",
|
||||
name: "Features", id: "features"
|
||||
},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
href: "/pricing",
|
||||
name: "Pricing", id: "pricing"
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
href: "/testimonials",
|
||||
name: "Testimonials", id: "testimonials"
|
||||
},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
href: "/faq",
|
||||
name: "FAQ", id: "faq"
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
href: "/contact",
|
||||
},
|
||||
name: "Contact", id: "contact"
|
||||
}
|
||||
]}
|
||||
brandName="Webuild"
|
||||
/>
|
||||
@@ -74,40 +60,34 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
variant: "sparkles-gradient"
|
||||
}}
|
||||
title="Your Vision, Our Website Expertise."
|
||||
description="Unlock the power of a professional online presence. We build stunning, high-performing websites tailored to your unique business needs."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Websites",
|
||||
href: "/websites",
|
||||
text: "Explore Websites", href: "/websites"
|
||||
},
|
||||
{
|
||||
text: "Get a Quote",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Get a Quote", href: "/contact"
|
||||
}
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BQKCIiE8oXcW9zgroTcToL2D7Z/professional-headshot-of-a-smiling-femal-1774416125701-6e9ec8a2.png",
|
||||
alt: "Sarah Johnson",
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BQKCIiE8oXcW9zgroTcToL2D7Z/professional-headshot-of-a-smiling-femal-1774416125701-6e9ec8a2.png", alt: "Sarah Johnson"
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BQKCIiE8oXcW9zgroTcToL2D7Z/professional-headshot-of-a-smiling-male--1774416125851-66f9d2de.png",
|
||||
alt: "Michael Chen",
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BQKCIiE8oXcW9zgroTcToL2D7Z/professional-headshot-of-a-smiling-male--1774416125851-66f9d2de.png", alt: "Michael Chen"
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BQKCIiE8oXcW9zgroTcToL2D7Z/professional-headshot-of-a-smiling-femal-1774416126411-7ead7be7.png",
|
||||
alt: "Emily Rodriguez",
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BQKCIiE8oXcW9zgroTcToL2D7Z/professional-headshot-of-a-smiling-femal-1774416126411-7ead7be7.png", alt: "Emily Rodriguez"
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BQKCIiE8oXcW9zgroTcToL2D7Z/professional-headshot-of-a-smiling-male--1774416128320-23931c0f.png",
|
||||
alt: "David Kim",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BQKCIiE8oXcW9zgroTcToL2D7Z/professional-headshot-of-a-smiling-male--1774416128320-23931c0f.png", alt: "David Kim"
|
||||
}
|
||||
]}
|
||||
avatarText="Trusted by startups and enterprises"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BQKCIiE8oXcW9zgroTcToL2D7Z/a-sleek-modern-software-dashboard-showca-1774416127987-aa1a538e.png?_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BQKCIiE8oXcW9zgroTcToL2D7Z/a-sleek-modern-software-dashboard-showca-1774416127987-aa1a538e.png"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -120,25 +100,16 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Responsive Design",
|
||||
description: "Your website will look flawless and function perfectly on any device, from desktops to smartphones.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BQKCIiE8oXcW9zgroTcToL2D7Z/a-vibrant-digital-illustration-of-a-resp-1774416126819-48d7b492.png",
|
||||
imageAlt: "Responsive website design",
|
||||
title: "Responsive Design", description: "Your website will look flawless and function perfectly on any device, from desktops to smartphones.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BQKCIiE8oXcW9zgroTcToL2D7Z/a-vibrant-digital-illustration-of-a-resp-1774416126819-48d7b492.png", imageAlt: "Responsive website design"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "SEO Optimized",
|
||||
description: "Built with search engine best practices to ensure your business ranks high and gets discovered by your target audience.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BQKCIiE8oXcW9zgroTcToL2D7Z/a-conceptual-image-representing-seo-opti-1774416126449-055756e2.png",
|
||||
imageAlt: "SEO optimization concept",
|
||||
title: "SEO Optimized", description: "Built with search engine best practices to ensure your business ranks high and gets discovered by your target audience.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BQKCIiE8oXcW9zgroTcToL2D7Z/a-conceptual-image-representing-seo-opti-1774416126449-055756e2.png", imageAlt: "SEO optimization concept"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Custom Development",
|
||||
description: "Unique solutions tailored to your specific business needs, ensuring a distinctive and powerful online presence.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BQKCIiE8oXcW9zgroTcToL2D7Z/an-abstract-illustration-of-a-customizab-1774416126868-a27e9cc1.png",
|
||||
imageAlt: "Custom website development",
|
||||
},
|
||||
title: "Custom Development", description: "Unique solutions tailored to your specific business needs, ensuring a distinctive and powerful online presence.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BQKCIiE8oXcW9zgroTcToL2D7Z/an-abstract-illustration-of-a-customizab-1774416126868-a27e9cc1.png", imageAlt: "Custom website development"
|
||||
}
|
||||
]}
|
||||
title="Crafting Digital Success"
|
||||
description="Every website we build is designed for impact, performance, and growth, ensuring your online presence stands out."
|
||||
@@ -153,37 +124,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "ecommerce-store",
|
||||
name: "E-commerce Store",
|
||||
price: "Starting at $1,500",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BQKCIiE8oXcW9zgroTcToL2D7Z/a-sleek-modern-e-commerce-website-interf-1774416126046-88956145.png?_wi=1",
|
||||
imageAlt: "E-commerce website interface",
|
||||
rating: 5,
|
||||
id: "ecommerce-store", name: "E-commerce Store", price: "Starting at $1,500", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BQKCIiE8oXcW9zgroTcToL2D7Z/a-sleek-modern-e-commerce-website-interf-1774416126046-88956145.png", imageAlt: "E-commerce website interface", rating: 5
|
||||
},
|
||||
{
|
||||
id: "business-portfolio",
|
||||
name: "Business Portfolio",
|
||||
price: "Starting at $1,000",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BQKCIiE8oXcW9zgroTcToL2D7Z/a-creative-business-portfolio-website-ho-1774416127600-767e0641.png?_wi=1",
|
||||
imageAlt: "Business portfolio website",
|
||||
rating: 5,
|
||||
id: "business-portfolio", name: "Business Portfolio", price: "Starting at $1,000", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BQKCIiE8oXcW9zgroTcToL2D7Z/a-creative-business-portfolio-website-ho-1774416127600-767e0641.png", imageAlt: "Business portfolio website", rating: 5
|
||||
},
|
||||
{
|
||||
id: "blog-content-hub",
|
||||
name: "Blog & Content Hub",
|
||||
price: "Starting at $900",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BQKCIiE8oXcW9zgroTcToL2D7Z/a-user-friendly-blog-and-content-hub-web-1774416135940-46c82d50.png?_wi=1",
|
||||
imageAlt: "Blog and content hub website",
|
||||
rating: 5,
|
||||
id: "blog-content-hub", name: "Blog & Content Hub", price: "Starting at $900", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BQKCIiE8oXcW9zgroTcToL2D7Z/a-user-friendly-blog-and-content-hub-web-1774416135940-46c82d50.png", imageAlt: "Blog and content hub website", rating: 5
|
||||
},
|
||||
{
|
||||
id: "saas-landing-page",
|
||||
name: "SaaS Landing Page",
|
||||
price: "Starting at $1,200",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BQKCIiE8oXcW9zgroTcToL2D7Z/a-modern-saas-landing-page-website-displ-1774416127101-6596944d.png?_wi=1",
|
||||
imageAlt: "SaaS landing page website",
|
||||
rating: 5,
|
||||
},
|
||||
id: "saas-landing-page", name: "SaaS Landing Page", price: "Starting at $1,200", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BQKCIiE8oXcW9zgroTcToL2D7Z/a-modern-saas-landing-page-website-displ-1774416127101-6596944d.png", imageAlt: "SaaS landing page website", rating: 5
|
||||
}
|
||||
]}
|
||||
title="Discover Your Perfect Website"
|
||||
description="Browse our curated collection of high-quality websites, ready to launch your business online, tailored for various industries."
|
||||
@@ -197,67 +148,38 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "starter",
|
||||
badge: "Beginner",
|
||||
badgeIcon: Star,
|
||||
price: "$999",
|
||||
name: "Starter Website",
|
||||
buttons: [
|
||||
id: "starter", badge: "Beginner", badgeIcon: Star,
|
||||
price: "$999", name: "Starter Website", buttons: [
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Get Started", href: "/contact"
|
||||
}
|
||||
],
|
||||
features: [
|
||||
"5 Pages Included",
|
||||
"Responsive Design",
|
||||
"Basic SEO Setup",
|
||||
"1-Year Hosting",
|
||||
"Email Support",
|
||||
],
|
||||
"5 Pages Included", "Responsive Design", "Basic SEO Setup", "1-Year Hosting", "Email Support"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "professional",
|
||||
badge: "Popular",
|
||||
badgeIcon: Sparkles,
|
||||
price: "$2,499",
|
||||
name: "Professional Package",
|
||||
buttons: [
|
||||
id: "professional", badge: "Popular", badgeIcon: Sparkles,
|
||||
price: "$2,499", name: "Professional Package", buttons: [
|
||||
{
|
||||
text: "Choose Plan",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Choose Plan", href: "/contact"
|
||||
}
|
||||
],
|
||||
features: [
|
||||
"10 Pages Included",
|
||||
"Advanced SEO Optimization",
|
||||
"CRM Integration",
|
||||
"2-Year Hosting",
|
||||
"Priority Support",
|
||||
"Content Management System",
|
||||
],
|
||||
"10 Pages Included", "Advanced SEO Optimization", "CRM Integration", "2-Year Hosting", "Priority Support", "Content Management System"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "enterprise",
|
||||
badge: "Custom",
|
||||
badgeIcon: Award,
|
||||
price: "Custom Quote",
|
||||
name: "Enterprise Solution",
|
||||
buttons: [
|
||||
id: "enterprise", badge: "Custom", badgeIcon: Award,
|
||||
price: "Custom Quote", name: "Enterprise Solution", buttons: [
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Contact Us", href: "/contact"
|
||||
}
|
||||
],
|
||||
features: [
|
||||
"Unlimited Pages",
|
||||
"Full E-commerce Functionality",
|
||||
"Dedicated Account Manager",
|
||||
"Custom Integrations",
|
||||
"Advanced Security",
|
||||
"Ongoing Maintenance",
|
||||
],
|
||||
},
|
||||
"Unlimited Pages", "Full E-commerce Functionality", "Dedicated Account Manager", "Custom Integrations", "Advanced Security", "Ongoing Maintenance"
|
||||
]
|
||||
}
|
||||
]}
|
||||
title="Flexible Plans for Every Business"
|
||||
description="Choose a package that scales with your ambition, from startups to established enterprises, designed for maximum value."
|
||||
@@ -270,54 +192,32 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
role: "CEO",
|
||||
company: "TechInnovate",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BQKCIiE8oXcW9zgroTcToL2D7Z/a-professional-portrait-of-a-smiling-fem-1774416125921-d380461f.png?_wi=1",
|
||||
id: "1", name: "Sarah Johnson", role: "CEO", company: "TechInnovate", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BQKCIiE8oXcW9zgroTcToL2D7Z/a-professional-portrait-of-a-smiling-fem-1774416125921-d380461f.png"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
role: "Founder",
|
||||
company: "GrowthBuilders",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BQKCIiE8oXcW9zgroTcToL2D7Z/a-professional-portrait-of-a-smiling-mal-1774416127111-6a0b22e7.png?_wi=1",
|
||||
id: "2", name: "Michael Chen", role: "Founder", company: "GrowthBuilders", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BQKCIiE8oXcW9zgroTcToL2D7Z/a-professional-portrait-of-a-smiling-mal-1774416127111-6a0b22e7.png"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Marketing Director",
|
||||
company: "BrandBoost",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BQKCIiE8oXcW9zgroTcToL2D7Z/a-professional-portrait-of-a-smiling-fem-1774416127014-aef77d23.png?_wi=1",
|
||||
id: "3", name: "Emily Rodriguez", role: "Marketing Director", company: "BrandBoost", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BQKCIiE8oXcW9zgroTcToL2D7Z/a-professional-portrait-of-a-smiling-fem-1774416127014-aef77d23.png"
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
role: "Lead Developer",
|
||||
company: "CodeFlow",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BQKCIiE8oXcW9zgroTcToL2D7Z/a-professional-portrait-of-a-smiling-mal-1774416126802-45645638.png?_wi=1",
|
||||
},
|
||||
id: "4", name: "David Kim", role: "Lead Developer", company: "CodeFlow", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BQKCIiE8oXcW9zgroTcToL2D7Z/a-professional-portrait-of-a-smiling-mal-1774416126802-45645638.png"
|
||||
}
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
title: "Websites Launched",
|
||||
value: "300+",
|
||||
icon: Rocket,
|
||||
label: "Websites Launched", value: "300+", icon: Rocket
|
||||
},
|
||||
{
|
||||
title: "Client Satisfaction",
|
||||
value: "98%",
|
||||
icon: Smile,
|
||||
label: "Client Satisfaction", value: "98%", icon: Smile
|
||||
},
|
||||
{
|
||||
title: "Growth Achieved",
|
||||
value: "50%+",
|
||||
icon: ExternalLink,
|
||||
},
|
||||
label: "Growth Achieved", value: "50%+", icon: ExternalLink
|
||||
}
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="Hear from businesses that thrived and saw significant growth with our expertly crafted websites and dedicated support."
|
||||
@@ -329,25 +229,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What is the typical timeline for a new website?",
|
||||
content: "The timeline varies depending on the complexity and specific features required. A standard website typically takes 4-8 weeks from initial concept to launch.",
|
||||
id: "1", title: "What is the typical timeline for a new website?", content: "The timeline varies depending on the complexity and specific features required. A standard website typically takes 4-8 weeks from initial concept to launch."
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do you offer post-launch support and maintenance?",
|
||||
content: "Yes, we offer various support and maintenance packages to ensure your website remains secure, up-to-date, and performing optimally after launch.",
|
||||
id: "2", title: "Do you offer post-launch support and maintenance?", content: "Yes, we offer various support and maintenance packages to ensure your website remains secure, up-to-date, and performing optimally after launch."
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Can I update the website content myself?",
|
||||
content: "Absolutely. All our websites are built with user-friendly content management systems (CMS) that allow you to easily update text, images, and other content without any coding knowledge.",
|
||||
id: "3", title: "Can I update the website content myself?", content: "Absolutely. All our websites are built with user-friendly content management systems (CMS) that allow you to easily update text, images, and other content without any coding knowledge."
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "What information do I need to provide to get started?",
|
||||
content: "We'll need details about your business, target audience, desired features, any existing branding guidelines, and content (text, images, videos) you wish to include.",
|
||||
},
|
||||
id: "4", title: "What information do I need to provide to get started?", content: "We'll need details about your business, target audience, desired features, any existing branding guidelines, and content (text, images, videos) you wish to include."
|
||||
}
|
||||
]}
|
||||
sideTitle="Your Questions, Answered."
|
||||
sideDescription="Find quick and comprehensive answers to the most common questions about our website building services, processes, and support."
|
||||
@@ -360,35 +252,11 @@ export default function LandingPage() {
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Google Logo", "Microsoft Logo", "Amazon Logo", "Meta Logo", "IBM Logo", "SAP Logo", "Oracle Logo"
|
||||
]}
|
||||
logos={[
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BQKCIiE8oXcW9zgroTcToL2D7Z/flat-minimalist-design-of-the-google-log-1774416126198-7322119e.png",
|
||||
alt: "Google Logo",
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BQKCIiE8oXcW9zgroTcToL2D7Z/flat-minimalist-design-of-the-microsoft--1774416125119-1767d89a.png",
|
||||
alt: "Microsoft Logo",
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BQKCIiE8oXcW9zgroTcToL2D7Z/flat-minimalist-design-of-the-amazon-log-1774416125278-99e8402a.png",
|
||||
alt: "Amazon Logo",
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BQKCIiE8oXcW9zgroTcToL2D7Z/flat-minimalist-design-of-the-meta-platf-1774416125754-20f1dbac.png",
|
||||
alt: "Meta Logo",
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BQKCIiE8oXcW9zgroTcToL2D7Z/flat-minimalist-design-of-the-ibm-logo-o-1774416125935-ecba4799.png",
|
||||
alt: "IBM Logo",
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BQKCIiE8oXcW9zgroTcToL2D7Z/flat-minimalist-design-of-the-sap-logo-o-1774416126098-0ea04e06.png",
|
||||
alt: "SAP Logo",
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BQKCIiE8oXcW9zgroTcToL2D7Z/flat-minimalist-design-of-the-oracle-log-1774416127229-0888dda1.png",
|
||||
alt: "Oracle Logo",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BQKCIiE8oXcW9zgroTcToL2D7Z/flat-minimalist-design-of-the-google-log-1774416126198-7322119e.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BQKCIiE8oXcW9zgroTcToL2D7Z/flat-minimalist-design-of-the-microsoft--1774416125119-1767d89a.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BQKCIiE8oXcW9zgroTcToL2D7Z/flat-minimalist-design-of-the-amazon-log-1774416125278-99e8402a.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BQKCIiE8oXcW9zgroTcToL2D7Z/flat-minimalist-design-of-the-meta-platf-1774416125754-20f1dbac.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BQKCIiE8oXcW9zgroTcToL2D7Z/flat-minimalist-design-of-the-ibm-logo-o-1774416125935-ecba4799.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BQKCIiE8oXcW9zgroTcToL2D7Z/flat-minimalist-design-of-the-sap-logo-o-1774416126098-0ea04e06.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BQKCIiE8oXcW9zgroTcToL2D7Z/flat-minimalist-design-of-the-oracle-log-1774416127229-0888dda1.png"
|
||||
]}
|
||||
title="Trusted by Leading Businesses"
|
||||
description="Our commitment to quality and results has earned the trust of diverse clients across various industries."
|
||||
@@ -401,51 +269,42 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Websites",
|
||||
href: "/websites",
|
||||
label: "Websites", href: "/websites"
|
||||
},
|
||||
{
|
||||
label: "Features",
|
||||
href: "/features",
|
||||
label: "Features", href: "/features"
|
||||
},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "/pricing",
|
||||
},
|
||||
],
|
||||
label: "Pricing", href: "/pricing"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
label: "About Us", href: "/about"
|
||||
},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "/testimonials",
|
||||
label: "Testimonials", href: "/testimonials"
|
||||
},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "/faq",
|
||||
},
|
||||
],
|
||||
label: "FAQ", href: "/faq"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
label: "Privacy Policy", href: "#"
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
label: "Terms of Service", href: "#"
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
label: "Contact", href: "/contact"
|
||||
}
|
||||
]
|
||||
}
|
||||
]}
|
||||
logoText="Webuild"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user