Update src/app/page.tsx

This commit is contained in:
2026-03-03 05:58:41 +00:00
parent efe6f6ae0f
commit 6c6d914618

View File

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