From 601a5a2ae27c3bf199f48a53460e00d538bb08df Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 08:46:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3257740..261c17e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -208,7 +208,7 @@ export default function LandingPage() { description="Order your favorite burgers now and experience premium quality delivered to your doorstep or enjoy dining in our luxury space." background={{ variant: "rotated-rays-animated" }} useInvertedBackground={false} - inputPlaceholder="Enter your email for updates" + inputPlaceholder="Enter email to order" buttonText="Order Now" termsText="By ordering, you agree to our terms and conditions. We ensure fresh ingredients and quick delivery." onSubmit={() => window.location.href = "https://www.swiggy.com"}