6 Commits

Author SHA1 Message Date
6ae1385706 Update src/app/page.tsx 2026-04-06 18:45:42 +00:00
4086ae00fc Update src/app/page.tsx 2026-04-06 18:45:18 +00:00
1bc3ba7547 Merge version_2 into main
Merge version_2 into main
2026-04-04 18:53:24 +00:00
f96c402319 Update src/app/page.tsx 2026-04-04 18:53:18 +00:00
5b9ac04ca0 Merge version_2 into main
Merge version_2 into main
2026-04-04 18:52:57 +00:00
424c11c580 Update src/app/page.tsx 2026-04-04 18:52:51 +00:00

View File

@@ -29,89 +29,56 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline <NavbarLayoutFloatingInline
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "#hero"},
id: "#hero",
},
{ {
name: "About", name: "About", id: "#about"},
id: "#about",
},
{ {
name: "Services", name: "Services", id: "#services"},
id: "#services",
},
{ {
name: "Contact", name: "Contact", id: "#contact"},
id: "#contact",
},
]} ]}
brandName="Albert Construction" brandName="Albert Construction"
button={{ button={{
text: "Get a Free Quote", text: "Get a Free Quote", href: "#contact"}}
href: "#contact",
}}
/> />
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroSplit <HeroSplit
background={{ background={{
variant: "plain", variant: "plain"}}
}}
title="Built Right Every Time" title="Built Right Every Time"
description="Kitchen & bathroom remodels, basement builds, and full renovations — Union City, NJ." description="Kitchen & bathroom remodels, basement builds, and full renovations — Union City, NJ."
buttons={[ buttons={[
{ {
text: "Get a Free Quote", text: "Get a Free Quote", href: "#contact"},
href: "#contact",
},
]} ]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bm1oVR8MDbHFPoyht6vrquan46/cinematic-wide-angle-shot-of-a-luxury-mo-1775328294822-82160b83.png" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bm1oVR8MDbHFPoyht6vrquan46/uploaded-1775328756104-i2qffzo9.jpg?_wi=1"
mediaAnimation="slide-up" mediaAnimation="slide-up"
avatars={[ avatars={[
{ {
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bm1oVR8MDbHFPoyht6vrquan46/happy-client-smiling-in-their-newly-reno-1775328294205-ab9144f2.png", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bm1oVR8MDbHFPoyht6vrquan46/happy-client-smiling-in-their-newly-reno-1775328294205-ab9144f2.png", alt: "Sarah J."},
alt: "Sarah J.",
},
{ {
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bm1oVR8MDbHFPoyht6vrquan46/happy-client-smiling-in-their-newly-reno-1775328295107-716f0d3d.png", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bm1oVR8MDbHFPoyht6vrquan46/happy-client-smiling-in-their-newly-reno-1775328295107-716f0d3d.png", alt: "Mark D."},
alt: "Mark D.",
},
{ {
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bm1oVR8MDbHFPoyht6vrquan46/happy-client-smiling-in-their-finished-b-1775328295734-a2a76e88.png", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bm1oVR8MDbHFPoyht6vrquan46/happy-client-smiling-in-their-finished-b-1775328295734-a2a76e88.png", alt: "Elena R."},
alt: "Elena R.",
},
{ {
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bm1oVR8MDbHFPoyht6vrquan46/portrait-of-a-professional-property-mana-1775328294364-ce3694be.png", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bm1oVR8MDbHFPoyht6vrquan46/portrait-of-a-professional-property-mana-1775328294364-ce3694be.png", alt: "David K."},
alt: "David K.",
},
{ {
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bm1oVR8MDbHFPoyht6vrquan46/happy-couple-sitting-in-their-updated-lu-1775328296249-f610cfec.png", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bm1oVR8MDbHFPoyht6vrquan46/happy-couple-sitting-in-their-updated-lu-1775328296249-f610cfec.png", alt: "Lisa M."},
alt: "Lisa M.",
},
]} ]}
avatarText="Trusted by over 500+ homeowners in NJ" avatarText="Trusted by over 500+ homeowners in NJ"
marqueeItems={[ marqueeItems={[
{ {
type: "text", type: "text", text: "High-End Kitchens"},
text: "High-End Kitchens",
},
{ {
type: "text", type: "text", text: "Luxury Bathrooms"},
text: "Luxury Bathrooms",
},
{ {
type: "text", type: "text", text: "Finished Basements"},
text: "Finished Basements",
},
{ {
type: "text", type: "text", text: "Custom Renovation"},
text: "Custom Renovation",
},
{ {
type: "text", type: "text", text: "Precision Crafting"},
text: "Precision Crafting",
},
]} ]}
/> />
</div> </div>
@@ -122,9 +89,7 @@ export default function LandingPage() {
title="Your Vision, Our Craftsmanship" title="Your Vision, Our Craftsmanship"
buttons={[ buttons={[
{ {
text: "Learn More", text: "Learn More", href: "#services"},
href: "#services",
},
]} ]}
/> />
</div> </div>
@@ -137,20 +102,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
title: "Kitchen Remodels", title: "Kitchen Remodels", description: "Elevate your culinary space with bespoke cabinetry and premium stone surfaces.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bm1oVR8MDbHFPoyht6vrquan46/uploaded-1775328756104-i2qffzo9.jpg?_wi=2"},
description: "Elevate your culinary space with bespoke cabinetry and premium stone surfaces.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bm1oVR8MDbHFPoyht6vrquan46/modern-kitchen-island-with-quartz-counte-1775328293947-52a06dd8.png",
},
{ {
title: "Bathroom Luxury", title: "Bathroom Luxury", description: "Create a spa-like retreat with rainfall showers, heated floors, and marble accents.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bm1oVR8MDbHFPoyht6vrquan46/uploaded-1775328756104-8jg2vwkz.jpg"},
description: "Create a spa-like retreat with rainfall showers, heated floors, and marble accents.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bm1oVR8MDbHFPoyht6vrquan46/modern-bathroom-renovation-with-rainfall-1775328294682-a1ea6b75.png",
},
{ {
title: "Basement Builds", title: "Basement Builds", description: "Unlock hidden potential by transforming your basement into a fully finished entertainment hub.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bm1oVR8MDbHFPoyht6vrquan46/uploaded-1775328756104-u1s7yfzu.jpg?_wi=1"},
description: "Unlock hidden potential by transforming your basement into a fully finished entertainment hub.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bm1oVR8MDbHFPoyht6vrquan46/finished-luxury-basement-renovation-with-1775328298170-06fd0993.png",
},
]} ]}
title="Specialized Renovations" title="Specialized Renovations"
description="Premium kitchen, bathroom, and basement transformations." description="Premium kitchen, bathroom, and basement transformations."
@@ -163,45 +119,15 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
testimonials={[ testimonials={[
{ {
id: "1", id: "1", title: "Incredible kitchen!", quote: "The team was professional and fast. Highly recommended.", name: "Sarah J.", role: "Homeowner", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bm1oVR8MDbHFPoyht6vrquan46/uploaded-1775328756104-fbbr6zte.jpg"},
title: "Incredible kitchen!",
quote: "The team was professional and fast. Highly recommended.",
name: "Sarah J.",
role: "Homeowner",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bm1oVR8MDbHFPoyht6vrquan46/happy-client-smiling-in-their-newly-reno-1775328294205-ab9144f2.png",
},
{ {
id: "2", id: "2", title: "Perfect bathroom.", quote: "They delivered exactly what we wanted on budget.", name: "Mark D.", role: "Homeowner", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bm1oVR8MDbHFPoyht6vrquan46/happy-client-smiling-in-their-newly-reno-1775328295107-716f0d3d.png"},
title: "Perfect bathroom.",
quote: "They delivered exactly what we wanted on budget.",
name: "Mark D.",
role: "Homeowner",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bm1oVR8MDbHFPoyht6vrquan46/happy-client-smiling-in-their-newly-reno-1775328295107-716f0d3d.png",
},
{ {
id: "3", id: "3", title: "Basement dream.", quote: "The craftsmanship is top-tier. So happy.", name: "Elena R.", role: "Homeowner", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bm1oVR8MDbHFPoyht6vrquan46/uploaded-1775328756104-u1s7yfzu.jpg?_wi=2"},
title: "Basement dream.",
quote: "The craftsmanship is top-tier. So happy.",
name: "Elena R.",
role: "Homeowner",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bm1oVR8MDbHFPoyht6vrquan46/happy-client-smiling-in-their-finished-b-1775328295734-a2a76e88.png",
},
{ {
id: "4", id: "4", title: "Reliable partner.", quote: "As an investor, I rely on Albert for every project.", name: "David K.", role: "Investor", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bm1oVR8MDbHFPoyht6vrquan46/portrait-of-a-professional-property-mana-1775328294364-ce3694be.png"},
title: "Reliable partner.",
quote: "As an investor, I rely on Albert for every project.",
name: "David K.",
role: "Investor",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bm1oVR8MDbHFPoyht6vrquan46/portrait-of-a-professional-property-mana-1775328294364-ce3694be.png",
},
{ {
id: "5", id: "5", title: "Great quality.", quote: "Communication was excellent throughout the process.", name: "Lisa M.", role: "Homeowner", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bm1oVR8MDbHFPoyht6vrquan46/happy-couple-sitting-in-their-updated-lu-1775328296249-f610cfec.png"},
title: "Great quality.",
quote: "Communication was excellent throughout the process.",
name: "Lisa M.",
role: "Homeowner",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bm1oVR8MDbHFPoyht6vrquan46/happy-couple-sitting-in-their-updated-lu-1775328296249-f610cfec.png",
},
]} ]}
title="Trusted by Homeowners" title="Trusted by Homeowners"
description="See why Union City trusts Albert Construction." description="See why Union City trusts Albert Construction."
@@ -212,14 +138,11 @@ export default function LandingPage() {
<ContactText <ContactText
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "plain", variant: "plain"}}
}}
text="Ready to build your dream home? Call us for a free quote at (201) 555-0100." text="Ready to build your dream home? Call us for a free quote at (201) 555-0100."
buttons={[ buttons={[
{ {
text: "Call Now", text: "Call Now", href: "tel:2015550100"},
href: "tel:2015550100",
},
]} ]}
/> />
</div> </div>
@@ -229,33 +152,21 @@ export default function LandingPage() {
logoText="Albert Construction Services LLC" logoText="Albert Construction Services LLC"
columns={[ columns={[
{ {
title: "Services", title: "Services", items: [
items: [
{ {
label: "Kitchens", label: "Kitchens", href: "#services"},
href: "#services",
},
{ {
label: "Bathrooms", label: "Bathrooms", href: "#services"},
href: "#services",
},
{ {
label: "Basements", label: "Basements", href: "#services"},
href: "#services",
},
], ],
}, },
{ {
title: "Contact", title: "Contact", items: [
items: [
{ {
label: "Call Us", label: "Call Us", href: "tel:2015550100"},
href: "tel:2015550100",
},
{ {
label: "Email", label: "Email", href: "mailto:info@albertconstruction.com"},
href: "mailto:info@albertconstruction.com",
},
], ],
}, },
]} ]}
@@ -264,4 +175,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }