2 Commits

Author SHA1 Message Date
6b49c81484 Update src/app/page.tsx 2026-03-07 10:58:20 +00:00
1565a751d3 Update src/app/layout.tsx 2026-03-07 10:58:20 +00:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -178,7 +178,7 @@ export default function LandingPage() {
imageAlt="Premium ice cream sundae"
mediaAnimation="slide-up"
mediaPosition="right"
inputPlaceholder="Enter your email"
inputPlaceholder="Get Updates on New Flavors"
buttonText="Notify Me"
termsText="We'll send you updates about new flavors and special offers. Unsubscribe anytime."
/>
@@ -215,4 +215,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}