2 Commits

Author SHA1 Message Date
e24a01feb9 Update src/app/page.tsx 2026-04-09 01:15:22 +00:00
81822825a0 Merge version_2 into main
Merge version_2 into main
2026-04-09 01:12:46 +00:00

View File

@@ -174,7 +174,7 @@ export default function LandingPage() {
description="Whether it's a small custom gate or a complete architectural staircase, let's discuss your requirements today."
buttons={[
{
text: "Request a Quote", href: "#"},
text: "Get Your Custom Quote", href: "#"},
]}
/>
</div>
@@ -206,4 +206,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}