Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 988ac641b5 | |||
| 16d5cccaba | |||
| 4c3eb64000 | |||
| c2708033ef | |||
| 9bebce77c9 | |||
| 8749cee006 | |||
| 362a5f4f2e | |||
| 202d5e6245 |
@@ -25,25 +25,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "Portfolio",
|
||||
id: "/portfolio",
|
||||
},
|
||||
name: "Portfolio", id: "/portfolio"},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="ABH Construction"
|
||||
/>
|
||||
@@ -58,23 +48,13 @@ export default function LandingPage() {
|
||||
description="Two decades of building excellence and integrity."
|
||||
features={[
|
||||
{
|
||||
id: "a1",
|
||||
title: "Heritage of Trust",
|
||||
tags: [
|
||||
"History",
|
||||
"Integrity",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-swimming-pool-with-umbrella-chair-lounge-around-there-leisure-travel_74190-7877.jpg?_wi=3",
|
||||
},
|
||||
id: "a1", title: "Heritage of Trust", tags: [
|
||||
"History", "Integrity"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-swimming-pool-with-umbrella-chair-lounge-around-there-leisure-travel_74190-7877.jpg?_wi=3"},
|
||||
{
|
||||
id: "a2",
|
||||
title: "Meet the Team",
|
||||
tags: [
|
||||
"Professional",
|
||||
"Expert",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-beautiful-woman-white-shirt-dark-jacket-black-trousers-along-with-young-man-discussing-something-daytime-building-job-activity_140725-15292.jpg?_wi=2",
|
||||
},
|
||||
id: "a2", title: "Meet the Team", tags: [
|
||||
"Professional", "Expert"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-beautiful-woman-white-shirt-dark-jacket-black-trousers-along-with-young-man-discussing-something-daytime-building-job-activity_140725-15292.jpg?_wi=2"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -82,10 +62,10 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="ABH Construction"
|
||||
copyrightText="© 2025 ABH Construction. All rights reserved."
|
||||
copyrightText="© 2025 ABH Construction. Contact: (585) 297-4955. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -25,25 +25,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "Portfolio",
|
||||
id: "/portfolio",
|
||||
},
|
||||
name: "Portfolio", id: "/portfolio"},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="ABH Construction"
|
||||
/>
|
||||
@@ -53,19 +43,13 @@ export default function LandingPage() {
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Inquire About Your Project"
|
||||
description="Ready to discuss a new build or a renovation? We are here to assist."
|
||||
description="Ready to discuss a new build or a renovation? Call us at (585) 297-4955 or use the form below."
|
||||
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",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Email", required: true,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-working-with-geometric-triangle-pen_23-2148039880.jpg?_wi=2"
|
||||
@@ -75,10 +59,10 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="ABH Construction"
|
||||
copyrightText="© 2025 ABH Construction. All rights reserved."
|
||||
copyrightText="© 2025 ABH Construction. Contact: (585) 297-4955. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -49,7 +49,7 @@ export default function LandingPage() {
|
||||
background={{
|
||||
variant: "gradient-bars"}}
|
||||
title="Crafting Dream Homes With Precision & Integrity"
|
||||
description="19+ years of trusted construction, remodeling, and custom builds. We turn your vision into a sanctuary that lasts."
|
||||
description="19+ years of trusted construction, remodeling, and custom builds. Reach us at (585) 297-4955."
|
||||
kpis={[
|
||||
{
|
||||
value: "19+", label: "Years Experience"},
|
||||
@@ -172,7 +172,7 @@ export default function LandingPage() {
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={true}
|
||||
title="Ready to Build Something Incredible?"
|
||||
description="Contact us today for a free estimate and consultation."
|
||||
description="Contact us today at (585) 297-4955 for a free estimate and consultation."
|
||||
inputs={[
|
||||
{
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
@@ -193,10 +193,10 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="ABH Construction"
|
||||
copyrightText="© 2025 ABH Construction. All rights reserved."
|
||||
copyrightText="© 2025 ABH Construction. Contact: (585) 297-4955. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -25,25 +25,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "Portfolio",
|
||||
id: "/portfolio",
|
||||
},
|
||||
name: "Portfolio", id: "/portfolio"},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="ABH Construction"
|
||||
/>
|
||||
@@ -59,19 +49,9 @@ export default function LandingPage() {
|
||||
description="Showcasing our precision in residential craftsmanship."
|
||||
products={[
|
||||
{
|
||||
id: "a1",
|
||||
name: "Modern Mountain Lodge",
|
||||
price: "Custom",
|
||||
variant: "Rustic",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-black-wooden-jetty-maldives_505751-5535.jpg?_wi=2",
|
||||
},
|
||||
id: "a1", name: "Modern Mountain Lodge", price: "Custom", variant: "Rustic", imageSrc: "http://img.b2bpic.net/free-photo/man-black-wooden-jetty-maldives_505751-5535.jpg?_wi=2"},
|
||||
{
|
||||
id: "a2",
|
||||
name: "Urban Penthouse Remodel",
|
||||
price: "High-End",
|
||||
variant: "Contemporary",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bangkok-thailand-august-12-2016-beautiful-luxury-bathroom_1203-2725.jpg?_wi=2",
|
||||
},
|
||||
id: "a2", name: "Urban Penthouse Remodel", price: "High-End", variant: "Contemporary", imageSrc: "http://img.b2bpic.net/free-photo/bangkok-thailand-august-12-2016-beautiful-luxury-bathroom_1203-2725.jpg?_wi=2"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -79,10 +59,10 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="ABH Construction"
|
||||
copyrightText="© 2025 ABH Construction. All rights reserved."
|
||||
copyrightText="© 2025 ABH Construction. Contact: (585) 297-4955. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -25,25 +25,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "Portfolio",
|
||||
id: "/portfolio",
|
||||
},
|
||||
name: "Portfolio", id: "/portfolio"},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="ABH Construction"
|
||||
/>
|
||||
@@ -58,23 +48,13 @@ export default function LandingPage() {
|
||||
description="From foundation to final finishes, we provide comprehensive management and execution for your luxury build."
|
||||
features={[
|
||||
{
|
||||
id: "s1",
|
||||
title: "Architectural Design",
|
||||
tags: [
|
||||
"Blueprint",
|
||||
"Planning",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-swimming-pool-with-umbrella-chair-lounge-around-there-leisure-travel_74190-7877.jpg?_wi=2",
|
||||
},
|
||||
id: "s1", title: "Architectural Design", tags: [
|
||||
"Blueprint", "Planning"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-swimming-pool-with-umbrella-chair-lounge-around-there-leisure-travel_74190-7877.jpg?_wi=2"},
|
||||
{
|
||||
id: "s2",
|
||||
title: "Custom Millwork",
|
||||
tags: [
|
||||
"Craftsmanship",
|
||||
"Detail",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-interior-design_23-2151821318.jpg?_wi=2",
|
||||
},
|
||||
id: "s2", title: "Custom Millwork", tags: [
|
||||
"Craftsmanship", "Detail"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-interior-design_23-2151821318.jpg?_wi=2"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -82,10 +62,10 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="ABH Construction"
|
||||
copyrightText="© 2025 ABH Construction. All rights reserved."
|
||||
copyrightText="© 2025 ABH Construction. Contact: (585) 297-4955. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user