diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 5174a14..61638e3 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1416,4 +1416,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index be52797..3dd7df6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} +} \ No newline at end of file