Update src/app/page.tsx
This commit is contained in:
186
src/app/page.tsx
186
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Projects",
|
||||
id: "#projects",
|
||||
},
|
||||
name: "Projects", id: "#projects"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Camelot Design Build"
|
||||
/>
|
||||
@@ -56,35 +48,21 @@ export default function LandingPage() {
|
||||
description="Timeless Craftsmanship. Modern Living. Transforming South Florida homes with precision, quality, and care."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Consultation",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Consultation", href: "#contact"},
|
||||
{
|
||||
text: "View Projects",
|
||||
href: "#projects",
|
||||
},
|
||||
text: "View Projects", href: "#projects"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BgBrBMjZmZ2gKvc0N0eozR42qz/ultra-luxury-modern-kitchen-interior-rem-1774901057151-68a9dcdf.png?_wi=1",
|
||||
imageAlt: "Luxury home kitchen renovation",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BgBrBMjZmZ2gKvc0N0eozR42qz/ultra-luxury-modern-kitchen-interior-rem-1774901057151-68a9dcdf.png?_wi=1", imageAlt: "Luxury home kitchen renovation"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BgBrBMjZmZ2gKvc0N0eozR42qz/before-and-after-modern-home-kitchen-ren-1774901057460-118e200c.png?_wi=1",
|
||||
imageAlt: "Modern kitchen remodel",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BgBrBMjZmZ2gKvc0N0eozR42qz/before-and-after-modern-home-kitchen-ren-1774901057460-118e200c.png?_wi=1", imageAlt: "Modern kitchen remodel"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BgBrBMjZmZ2gKvc0N0eozR42qz/modern-house-renovation-detail-shot-show-1774901057193-749b8ee7.png?_wi=1",
|
||||
imageAlt: "Custom craftsmanship detail",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BgBrBMjZmZ2gKvc0N0eozR42qz/modern-house-renovation-detail-shot-show-1774901057193-749b8ee7.png?_wi=1", imageAlt: "Custom craftsmanship detail"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BgBrBMjZmZ2gKvc0N0eozR42qz/portrait-of-a-satisfied-homeowner-in-a-l-1774901056926-07c642d6.png?_wi=1",
|
||||
imageAlt: "Elegant living space",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BgBrBMjZmZ2gKvc0N0eozR42qz/portrait-of-a-satisfied-homeowner-in-a-l-1774901056926-07c642d6.png?_wi=1", imageAlt: "Elegant living space"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BgBrBMjZmZ2gKvc0N0eozR42qz/portrait-of-a-satisfied-homeowner-in-a-h-1774901057125-75305270.png?_wi=1",
|
||||
imageAlt: "High-end renovation interior",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BgBrBMjZmZ2gKvc0N0eozR42qz/portrait-of-a-satisfied-homeowner-in-a-h-1774901057125-75305270.png?_wi=1", imageAlt: "High-end renovation interior"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -94,12 +72,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Boca Estates",
|
||||
"Luxury Coastal Homes",
|
||||
"Modern Haven Builders",
|
||||
"Elite Home Remodels",
|
||||
"Premium Construction Co",
|
||||
]}
|
||||
"Boca Estates", "Luxury Coastal Homes", "Modern Haven Builders", "Elite Home Remodels", "Premium Construction Co"]}
|
||||
title="Trusted by Boca Raton Homeowners"
|
||||
description="40+ Happy Clients | 5.0 Star Rated | On Time, On Budget, No Surprises."
|
||||
/>
|
||||
@@ -112,25 +85,13 @@ export default function LandingPage() {
|
||||
description="Luxury transformations tailored to your vision and lifestyle."
|
||||
accordionItems={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Full Home Renovations",
|
||||
content: "Complete transformations from outdated to exceptional.",
|
||||
},
|
||||
id: "1", title: "Full Home Renovations", content: "Complete transformations from outdated to exceptional."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Kitchen Remodeling",
|
||||
content: "Luxury kitchens designed for beauty and function.",
|
||||
},
|
||||
id: "2", title: "Kitchen Remodeling", content: "Luxury kitchens designed for beauty and function."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Flooring & Finishes",
|
||||
content: "High-end materials installed with precision.",
|
||||
},
|
||||
id: "3", title: "Flooring & Finishes", content: "High-end materials installed with precision."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Repairs & Structural Work",
|
||||
content: "From siding to sheathing—done right the first time.",
|
||||
},
|
||||
id: "4", title: "Repairs & Structural Work", content: "From siding to sheathing—done right the first time."},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BgBrBMjZmZ2gKvc0N0eozR42qz/modern-house-renovation-detail-shot-show-1774901057193-749b8ee7.png?_wi=2"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -145,41 +106,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Kitchen",
|
||||
name: "Boca Modern Kitchen",
|
||||
price: "Custom Project",
|
||||
rating: 5,
|
||||
reviewCount: "12",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BgBrBMjZmZ2gKvc0N0eozR42qz/before-and-after-modern-home-kitchen-ren-1774901057460-118e200c.png?_wi=2",
|
||||
},
|
||||
id: "p1", brand: "Kitchen", name: "Boca Modern Kitchen", price: "Custom Project", rating: 5,
|
||||
reviewCount: "12", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BgBrBMjZmZ2gKvc0N0eozR42qz/before-and-after-modern-home-kitchen-ren-1774901057460-118e200c.png?_wi=2"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Full Renovation",
|
||||
name: "Estate Remodel",
|
||||
price: "Custom Project",
|
||||
rating: 5,
|
||||
reviewCount: "15",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BgBrBMjZmZ2gKvc0N0eozR42qz/before-and-after-modern-home-kitchen-ren-1774901057460-118e200c.png?_wi=3",
|
||||
},
|
||||
id: "p2", brand: "Full Renovation", name: "Estate Remodel", price: "Custom Project", rating: 5,
|
||||
reviewCount: "15", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BgBrBMjZmZ2gKvc0N0eozR42qz/before-and-after-modern-home-kitchen-ren-1774901057460-118e200c.png?_wi=3"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Flooring",
|
||||
name: "Luxury Hardwood",
|
||||
price: "Custom Project",
|
||||
rating: 5,
|
||||
reviewCount: "8",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BgBrBMjZmZ2gKvc0N0eozR42qz/before-and-after-modern-home-kitchen-ren-1774901057460-118e200c.png?_wi=4",
|
||||
},
|
||||
id: "p3", brand: "Flooring", name: "Luxury Hardwood", price: "Custom Project", rating: 5,
|
||||
reviewCount: "8", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BgBrBMjZmZ2gKvc0N0eozR42qz/before-and-after-modern-home-kitchen-ren-1774901057460-118e200c.png?_wi=4"},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Structural",
|
||||
name: "Modern Exterior",
|
||||
price: "Custom Project",
|
||||
rating: 5,
|
||||
reviewCount: "5",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BgBrBMjZmZ2gKvc0N0eozR42qz/before-and-after-modern-home-kitchen-ren-1774901057460-118e200c.png?_wi=5",
|
||||
},
|
||||
id: "p4", brand: "Structural", name: "Modern Exterior", price: "Custom Project", rating: 5,
|
||||
reviewCount: "5", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BgBrBMjZmZ2gKvc0N0eozR42qz/before-and-after-modern-home-kitchen-ren-1774901057460-118e200c.png?_wi=5"},
|
||||
]}
|
||||
title="Featured Projects"
|
||||
description="Excellence in every detail. Before and after transformations."
|
||||
@@ -193,40 +130,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
handle: "Homeowner",
|
||||
testimonial: "From start to finish, the experience was seamless. They kept everything on time and on budget.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BgBrBMjZmZ2gKvc0N0eozR42qz/portrait-of-a-satisfied-homeowner-in-a-l-1774901056926-07c642d6.png?_wi=2",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", handle: "Homeowner", testimonial: "From start to finish, the experience was seamless. They kept everything on time and on budget.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BgBrBMjZmZ2gKvc0N0eozR42qz/portrait-of-a-satisfied-homeowner-in-a-l-1774901056926-07c642d6.png?_wi=2"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
handle: "Custom Homeowner",
|
||||
testimonial: "They transformed our home and brought our vision to life.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BgBrBMjZmZ2gKvc0N0eozR42qz/portrait-of-a-satisfied-homeowner-in-a-h-1774901057125-75305270.png?_wi=2",
|
||||
},
|
||||
id: "2", name: "Michael Chen", handle: "Custom Homeowner", testimonial: "They transformed our home and brought our vision to life.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BgBrBMjZmZ2gKvc0N0eozR42qz/portrait-of-a-satisfied-homeowner-in-a-h-1774901057125-75305270.png?_wi=2"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
handle: "Renovation Client",
|
||||
testimonial: "Professional, respectful, and incredibly skilled.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BgBrBMjZmZ2gKvc0N0eozR42qz/portrait-of-a-professional-executive-cli-1774901058199-8ff5a9f6.png",
|
||||
},
|
||||
id: "3", name: "Emily Rodriguez", handle: "Renovation Client", testimonial: "Professional, respectful, and incredibly skilled.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BgBrBMjZmZ2gKvc0N0eozR42qz/portrait-of-a-professional-executive-cli-1774901058199-8ff5a9f6.png"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
handle: "Boca Resident",
|
||||
testimonial: "A true professional experience. No surprises, just quality work.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BgBrBMjZmZ2gKvc0N0eozR42qz/portrait-of-a-happy-client-sitting-in-th-1774901057741-f113a22e.png",
|
||||
},
|
||||
id: "4", name: "David Kim", handle: "Boca Resident", testimonial: "A true professional experience. No surprises, just quality work.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BgBrBMjZmZ2gKvc0N0eozR42qz/portrait-of-a-happy-client-sitting-in-th-1774901057741-f113a22e.png"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica Lee",
|
||||
handle: "Interior Design Client",
|
||||
testimonial: "The attention to detail is unmatched in South Florida.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BgBrBMjZmZ2gKvc0N0eozR42qz/portrait-of-a-satisfied-homeowner-in-a-l-1774901056926-07c642d6.png?_wi=3",
|
||||
},
|
||||
id: "5", name: "Jessica Lee", handle: "Interior Design Client", testimonial: "The attention to detail is unmatched in South Florida.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BgBrBMjZmZ2gKvc0N0eozR42qz/portrait-of-a-satisfied-homeowner-in-a-l-1774901056926-07c642d6.png?_wi=3"},
|
||||
]}
|
||||
title="Built on Trust. Proven by Results."
|
||||
description="See what our clients say about the Camelot experience."
|
||||
@@ -240,22 +152,14 @@ export default function LandingPage() {
|
||||
description="Book your consultation today and bring your vision to life."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email Address",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Email Address", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Tell us about your project...",
|
||||
}}
|
||||
name: "message", placeholder: "Tell us about your project..."}}
|
||||
mediaAnimation="slide-up"
|
||||
buttonText="Get a Free Consultation"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BgBrBMjZmZ2gKvc0N0eozR42qz/ultra-luxury-modern-kitchen-interior-rem-1774901057151-68a9dcdf.png?_wi=2"
|
||||
@@ -268,33 +172,21 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
{
|
||||
label: "Projects",
|
||||
href: "#projects",
|
||||
},
|
||||
label: "Projects", href: "#projects"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Phone: (561) 215-1447",
|
||||
href: "tel:5612151447",
|
||||
},
|
||||
label: "Phone: (561) 215-1447", href: "tel:5612151447"},
|
||||
{
|
||||
label: "Boca Raton, FL",
|
||||
href: "#",
|
||||
},
|
||||
label: "Boca Raton, FL", href: "#"},
|
||||
{
|
||||
label: "LGBTQ+ Friendly",
|
||||
href: "#",
|
||||
},
|
||||
label: "LGBTQ+ Friendly", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -304,4 +196,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user