Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-15 23:55:55 +00:00

View File

@@ -169,12 +169,14 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={false}
background={{
variant: "plain"}}
tag="Let's Get Started"
title="Begin Your Luxury Home Renovation Today"
description="Contact the MT Remodeling team for a private consultation in Houston."
variant: "gradient-bars"}}
tag="Ready to Build?"
title="Partner with Houston's Expert Renovation Team"
description="Schedule your on-site consultation and begin your journey towards a refined, custom home. Located centrally in Houston, TX."
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=tj0aaq"
mediaAnimation="slide-up"
buttonText="Submit Request"
termsText="MT Remodeling respects your privacy and will never share your personal information."
/>
</div>
@@ -185,6 +187,13 @@ export default function LandingPage() {
title: "MT Remodeling", items: [
{ label: "About Us", href: "#about" },
{ label: "Our Portfolio", href: "#portfolio" },
{ label: "Contact Office", href: "#contact" },
],
},
{
title: "Location", items: [
{ label: "Serving Greater Houston Area" },
{ label: "License #TX-49219" },
],
},
{
@@ -195,10 +204,10 @@ export default function LandingPage() {
},
]}
bottomLeftText="© 2024 MT Remodeling, Houston TX."
bottomRightText="All rights reserved."
bottomRightText="Excellence in every detail."
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}