From 45497321637a82481969b2a41d4550bccf5ed928 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 15:18:34 +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 aad2b88..4dca3ee 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1384,4 +1384,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From 126e0ce1df93f3ff7a02d62f8ea6da3c9a1a1dd4 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 15:18:34 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7dcab10..34600a9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -197,8 +197,8 @@ export default function LandingPage() { description="Have questions? Need more information about our products or services? Reach out to us and we'll be happy to help!" background={{ variant: "animated-grid" }} useInvertedBackground={false} - inputPlaceholder="Enter your email" - buttonText="Subscribe" + inputPlaceholder="Enter email for offers" + buttonText="Get Offers" termsText="Call us directly at 086928 32004 or visit us in person. We're here to serve you Monday through Sunday!" /> @@ -245,4 +245,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1