Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-04-21 11:28:32 +00:00

View File

@@ -56,7 +56,7 @@ export default function LandingPage() {
tag="Established 1920"
buttons={[
{
text: "Book a Fitting", href: "#contact"},
text: "Schedule Your Fitting", href: "#contact"},
{
text: "Visit the Store", href: "#contact"},
]}
@@ -252,4 +252,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}