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 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