Update src/app/page.tsx
This commit is contained in:
186
src/app/page.tsx
186
src/app/page.tsx
@@ -23,8 +23,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Website Design", href: "/services" },
|
||||
{ label: "Website Redesign", href: "/services" },
|
||||
{ label: "Mobile Optimization", href: "/services" },
|
||||
@@ -32,8 +31,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Portfolio", href: "portfolio" },
|
||||
{ label: "Pricing", href: "pricing" },
|
||||
@@ -41,8 +39,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Disclaimer", href: "#" },
|
||||
@@ -71,9 +68,7 @@ export default function HomePage() {
|
||||
id: item.id,
|
||||
}))}
|
||||
button={{
|
||||
text: "Get Your Website",
|
||||
href: "contact",
|
||||
}}
|
||||
text: "Get Your Website", href: "contact"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -107,9 +102,10 @@ export default function HomePage() {
|
||||
{ value: "24/7", title: "Your website works while you sleep" },
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUYJU6LXiTBEy0Kb9BXpupMdnR/a-professional-business-owner-or-entrepr-1772817344297-fb9fc28e.png?_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUYJU6LXiTBEy0Kb9BXpupMdnR/a-professional-business-owner-or-entrepr-1772817344297-fb9fc28e.png"
|
||||
imageAlt="Business owner analyzing website analytics"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -122,22 +118,16 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
icon: Users,
|
||||
title: "More Customers",
|
||||
description:
|
||||
"Attract qualified leads through search engines and social media with a website optimized to convert visitors into clients",
|
||||
},
|
||||
title: "More Customers", description:
|
||||
"Attract qualified leads through search engines and social media with a website optimized to convert visitors into clients"},
|
||||
{
|
||||
icon: Trophy,
|
||||
title: "Professional Online Presence",
|
||||
description:
|
||||
"Stand out from competitors with a modern, mobile-responsive website that builds trust and credibility",
|
||||
},
|
||||
title: "Professional Online Presence", description:
|
||||
"Stand out from competitors with a modern, mobile-responsive website that builds trust and credibility"},
|
||||
{
|
||||
icon: Clock,
|
||||
title: "24/7 Lead Generation",
|
||||
description:
|
||||
"Your website works around the clock, capturing leads and inquiries even when you're offline",
|
||||
},
|
||||
title: "24/7 Lead Generation", description:
|
||||
"Your website works around the clock, capturing leads and inquiries even when you're offline"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -154,65 +144,29 @@ export default function HomePage() {
|
||||
tagIcon={Heart}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Mitchell",
|
||||
role: "Owner, Mitchell's Salon & Spa",
|
||||
testimonial:
|
||||
"After getting our website through Webuild, bookings increased by 40% in the first month. The design is beautiful and our customers love how easy it is to book appointments online.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUYJU6LXiTBEy0Kb9BXpupMdnR/professional-headshot-of-a-confident-fem-1772817343183-89383f36.png?_wi=1",
|
||||
imageAlt: "Sarah Mitchell portrait",
|
||||
},
|
||||
id: "1", name: "Sarah Mitchell", role: "Owner, Mitchell's Salon & Spa", testimonial:
|
||||
"After getting our website through Webuild, bookings increased by 40% in the first month. The design is beautiful and our customers love how easy it is to book appointments online.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUYJU6LXiTBEy0Kb9BXpupMdnR/professional-headshot-of-a-confident-fem-1772817343183-89383f36.png", imageAlt: "Sarah Mitchell portrait"},
|
||||
{
|
||||
id: "2",
|
||||
name: "James Rodriguez",
|
||||
role: "Owner, Rodriguez General Contracting",
|
||||
testimonial:
|
||||
"We were skeptical at first, but the professional website completely changed how we attract clients. We now get quality leads from search engines instead of cold calling.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUYJU6LXiTBEy0Kb9BXpupMdnR/professional-headshot-of-a-confident-mal-1772817344083-67fdb13a.png?_wi=1",
|
||||
imageAlt: "James Rodriguez portrait",
|
||||
},
|
||||
id: "2", name: "James Rodriguez", role: "Owner, Rodriguez General Contracting", testimonial:
|
||||
"We were skeptical at first, but the professional website completely changed how we attract clients. We now get quality leads from search engines instead of cold calling.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUYJU6LXiTBEy0Kb9BXpupMdnR/professional-headshot-of-a-confident-mal-1772817344083-67fdb13a.png", imageAlt: "James Rodriguez portrait"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Maria Chen",
|
||||
role: "Manager, Chen's Restaurant Group",
|
||||
testimonial:
|
||||
"Our new website is stunning and mobile-friendly. Customers can now easily find our menu, make reservations, and call us—all from a beautiful, modern design.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUYJU6LXiTBEy0Kb9BXpupMdnR/professional-headshot-of-a-confident-fem-1772817343779-671a1925.png?_wi=1",
|
||||
imageAlt: "Maria Chen portrait",
|
||||
},
|
||||
id: "3", name: "Maria Chen", role: "Manager, Chen's Restaurant Group", testimonial:
|
||||
"Our new website is stunning and mobile-friendly. Customers can now easily find our menu, make reservations, and call us—all from a beautiful, modern design.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUYJU6LXiTBEy0Kb9BXpupMdnR/professional-headshot-of-a-confident-fem-1772817343779-671a1925.png", imageAlt: "Maria Chen portrait"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Thompson",
|
||||
role: "Owner, Thompson Plumbing Services",
|
||||
testimonial:
|
||||
"The Webuild team was professional, responsive, and delivered exactly what we needed. Our website generates consistent leads every single week. Best investment we've made.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUYJU6LXiTBEy0Kb9BXpupMdnR/professional-headshot-of-a-confident-mal-1772817343573-1d4e3915.png",
|
||||
imageAlt: "David Thompson portrait",
|
||||
},
|
||||
id: "4", name: "David Thompson", role: "Owner, Thompson Plumbing Services", testimonial:
|
||||
"The Webuild team was professional, responsive, and delivered exactly what we needed. Our website generates consistent leads every single week. Best investment we've made.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUYJU6LXiTBEy0Kb9BXpupMdnR/professional-headshot-of-a-confident-mal-1772817343573-1d4e3915.png", imageAlt: "David Thompson portrait"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jennifer Lopez",
|
||||
role: "Owner, Lotus Beauty Studio",
|
||||
testimonial:
|
||||
"Fast, professional, and results-driven. Webuild understood exactly what our beauty business needed. Highly recommend to any local business owner.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUYJU6LXiTBEy0Kb9BXpupMdnR/professional-headshot-of-a-confident-fem-1772817343592-4e78e79b.png",
|
||||
imageAlt: "Jennifer Lopez portrait",
|
||||
},
|
||||
id: "5", name: "Jennifer Lopez", role: "Owner, Lotus Beauty Studio", testimonial:
|
||||
"Fast, professional, and results-driven. Webuild understood exactly what our beauty business needed. Highly recommend to any local business owner.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUYJU6LXiTBEy0Kb9BXpupMdnR/professional-headshot-of-a-confident-fem-1772817343592-4e78e79b.png", imageAlt: "Jennifer Lopez portrait"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Marcus Williams",
|
||||
role: "Founder, Williams Digital Marketing",
|
||||
testimonial:
|
||||
"Working with Webuild was a game-changer. They created a website that not only looks great but actually converts. Our client acquisition costs dropped significantly.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUYJU6LXiTBEy0Kb9BXpupMdnR/professional-headshot-of-a-confident-mal-1772817343379-dd39f282.png",
|
||||
imageAlt: "Marcus Williams portrait",
|
||||
},
|
||||
id: "6", name: "Marcus Williams", role: "Founder, Williams Digital Marketing", testimonial:
|
||||
"Working with Webuild was a game-changer. They created a website that not only looks great but actually converts. Our client acquisition costs dropped significantly.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUYJU6LXiTBEy0Kb9BXpupMdnR/professional-headshot-of-a-confident-mal-1772817343379-dd39f282.png", imageAlt: "Marcus Williams portrait"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -229,50 +183,20 @@ export default function HomePage() {
|
||||
tagIcon={Briefcase}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Luxury Nail Salon Website",
|
||||
price: "$2,500",
|
||||
variant: "Booking System Integrated",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUYJU6LXiTBEy0Kb9BXpupMdnR/a-modern-elegant-nail-salon-website-disp-1772817344925-698fae5a.png?_wi=1",
|
||||
imageAlt: "Nail salon website showcase",
|
||||
},
|
||||
id: "1", name: "Luxury Nail Salon Website", price: "$2,500", variant: "Booking System Integrated", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUYJU6LXiTBEy0Kb9BXpupMdnR/a-modern-elegant-nail-salon-website-disp-1772817344925-698fae5a.png", imageAlt: "Nail salon website showcase"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Home Contractor Business Site",
|
||||
price: "$3,200",
|
||||
variant: "Portfolio Gallery & Leads Form",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUYJU6LXiTBEy0Kb9BXpupMdnR/a-professional-contractor-business-websi-1772817345420-a1124072.png?_wi=1",
|
||||
imageAlt: "Contractor website showcase",
|
||||
},
|
||||
id: "2", name: "Home Contractor Business Site", price: "$3,200", variant: "Portfolio Gallery & Leads Form", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUYJU6LXiTBEy0Kb9BXpupMdnR/a-professional-contractor-business-websi-1772817345420-a1124072.png", imageAlt: "Contractor website showcase"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Restaurant Website & Ordering",
|
||||
price: "$2,800",
|
||||
variant: "Online Reservation System",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUYJU6LXiTBEy0Kb9BXpupMdnR/a-professional-restaurant-website-displa-1772817344963-35439dfd.png?_wi=1",
|
||||
imageAlt: "Restaurant website showcase",
|
||||
},
|
||||
id: "3", name: "Restaurant Website & Ordering", price: "$2,800", variant: "Online Reservation System", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUYJU6LXiTBEy0Kb9BXpupMdnR/a-professional-restaurant-website-displa-1772817344963-35439dfd.png", imageAlt: "Restaurant website showcase"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Beauty Services Multi-Location",
|
||||
price: "$3,500",
|
||||
variant: "Staff Profiles & Booking",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUYJU6LXiTBEy0Kb9BXpupMdnR/a-professional-multi-location-beauty-ser-1772817344876-520eee9e.png?_wi=1",
|
||||
imageAlt: "Beauty services website showcase",
|
||||
},
|
||||
id: "4", name: "Beauty Services Multi-Location", price: "$3,500", variant: "Staff Profiles & Booking", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUYJU6LXiTBEy0Kb9BXpupMdnR/a-professional-multi-location-beauty-ser-1772817344876-520eee9e.png", imageAlt: "Beauty services website showcase"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Local Service Business Hub",
|
||||
price: "$2,900",
|
||||
variant: "Service Areas & Lead Capture",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUYJU6LXiTBEy0Kb9BXpupMdnR/a-professional-local-service-business-we-1772817345469-0e5bacb8.png?_wi=1",
|
||||
imageAlt: "Service business website showcase",
|
||||
},
|
||||
id: "5", name: "Local Service Business Hub", price: "$2,900", variant: "Service Areas & Lead Capture", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUYJU6LXiTBEy0Kb9BXpupMdnR/a-professional-local-service-business-we-1772817345469-0e5bacb8.png", imageAlt: "Service business website showcase"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -288,39 +212,25 @@ export default function HomePage() {
|
||||
description="Book a free consultation with our web design experts. We'll analyze your current online presence and show you exactly how a professional website can drive more leads and customers to your business."
|
||||
inputs={[
|
||||
{
|
||||
name: "fullName",
|
||||
type: "text",
|
||||
placeholder: "Full Name",
|
||||
required: true,
|
||||
name: "fullName", type: "text", placeholder: "Full Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "businessName",
|
||||
type: "text",
|
||||
placeholder: "Business Name",
|
||||
required: true,
|
||||
name: "businessName", type: "text", placeholder: "Business Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email Address",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Email Address", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Phone Number",
|
||||
required: true,
|
||||
name: "phone", type: "tel", placeholder: "Phone Number", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder:
|
||||
"Tell us about your business and goals. What's the biggest challenge you face online?",
|
||||
rows: 5,
|
||||
name: "message", placeholder:
|
||||
"Tell us about your business and goals. What's the biggest challenge you face online?", rows: 5,
|
||||
required: false,
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUYJU6LXiTBEy0Kb9BXpupMdnR/a-professional-web-design-team-having-a--1772817344156-344998f3.png?_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUYJU6LXiTBEy0Kb9BXpupMdnR/a-professional-web-design-team-having-a--1772817344156-344998f3.png"
|
||||
imageAlt="Web design team in consultation meeting"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
@@ -343,4 +253,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user