Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9f11662626 | |||
| 21ac959769 | |||
| 2c51633c69 | |||
| a3a9310d3e | |||
| d09f9583ea | |||
| b69027812f | |||
| 601a5a2ae2 | |||
| 3898c797c5 |
@@ -94,7 +94,7 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
buttons={[{ text: "View Full Menu", href: "https://www.swiggy.com" }]}
|
||||
buttons={[{ text: "Order Now", onClick: handleOrderClick }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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"}
|
||||
|
||||
Reference in New Issue
Block a user