3 Commits

Author SHA1 Message Date
6c6d914618 Update src/app/page.tsx 2026-03-03 05:58:41 +00:00
efe6f6ae0f Update src/app/layout.tsx 2026-03-03 05:58:41 +00:00
63a223f5e0 Merge version_2 into main
Merge version_2 into main
2026-03-03 05:52:49 +00:00
2 changed files with 2 additions and 3 deletions

View File

@@ -1416,4 +1416,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -132,7 +132,6 @@ export default function LandingPage() {
imageAlt="Store location on map"
mediaAnimation="slide-up"
mediaPosition="right"
inputPlaceholder="Enter your email for updates"
buttonText="Get Directions"
termsText="We'll send you store updates and local promotions."
ariaLabel="Location and contact information section"
@@ -153,4 +152,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}