From 1565a751d3cd4a072dee7473d06d0aec5bd65360 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 10:58:20 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 0c94e40..611395a 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1421,4 +1421,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1 From 6b49c81484618f2bf34309690c4ca67dc91dca40 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 10:58:20 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 73e9926..0ba0585 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} \ No newline at end of file +} -- 2.49.1