Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2c51633c69 | |||
| a3a9310d3e | |||
| d09f9583ea | |||
| b69027812f | |||
| 601a5a2ae2 | |||
| 3898c797c5 |
@@ -36,8 +36,8 @@ export default function LandingPage() {
|
|||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Menu", id: "menu" },
|
{ name: "Menu", id: "menu" },
|
||||||
{ name: "About", id: "about" },
|
{ name: "About", id: "about" },
|
||||||
{ name: "Location", id: "location" },
|
{ name: "Services", id: "services" },
|
||||||
{ name: "Contact", id: "contact" }
|
{ name: "Contact", id: "cta" }
|
||||||
]}
|
]}
|
||||||
button={{ text: "Order Now", href: "https://www.swiggy.com", onClick: handleOrderClick }}
|
button={{ text: "Order Now", href: "https://www.swiggy.com", onClick: handleOrderClick }}
|
||||||
animateOnLoad={true}
|
animateOnLoad={true}
|
||||||
@@ -94,7 +94,7 @@ export default function LandingPage() {
|
|||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
buttons={[{ text: "View Full Menu", href: "https://www.swiggy.com" }]}
|
buttons={[{ text: "Order Now", onClick: handleOrderClick }]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -104,8 +104,11 @@ export default function LandingPage() {
|
|||||||
description="Join thousands of satisfied burger lovers who have experienced The Epic Burger"
|
description="Join thousands of satisfied burger lovers who have experienced The Epic Burger"
|
||||||
tag="Social Proof"
|
tag="Social Proof"
|
||||||
tagIcon={Star}
|
tagIcon={Star}
|
||||||
|
tagAnimation="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
animationType="slide-up"
|
||||||
|
showRating={true}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1", name: "Rajesh Kumar", handle: "@rajesh_pune", testimonial: "Best burgers of my life. The patties are juicy and the ingredients taste premium. Absolutely worth every rupee!", rating: 5,
|
id: "1", name: "Rajesh Kumar", handle: "@rajesh_pune", testimonial: "Best burgers of my life. The patties are juicy and the ingredients taste premium. Absolutely worth every rupee!", rating: 5,
|
||||||
@@ -132,8 +135,6 @@ export default function LandingPage() {
|
|||||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-posing-street_23-2148213468.jpg", imageAlt: "Anjali Gupta"
|
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-posing-street_23-2148213468.jpg", imageAlt: "Anjali Gupta"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
showRating={true}
|
|
||||||
animationType="slide-up"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -180,6 +181,7 @@ export default function LandingPage() {
|
|||||||
title="Food Gallery"
|
title="Food Gallery"
|
||||||
description="Visual journey through our premium burger collection and restaurant ambiance"
|
description="Visual journey through our premium burger collection and restaurant ambiance"
|
||||||
tag="Gallery"
|
tag="Gallery"
|
||||||
|
tagIcon={Flame}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
@@ -208,7 +210,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."
|
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" }}
|
background={{ variant: "rotated-rays-animated" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
inputPlaceholder="Enter your email for updates"
|
inputPlaceholder="Enter email to order"
|
||||||
buttonText="Order Now"
|
buttonText="Order Now"
|
||||||
termsText="By ordering, you agree to our terms and conditions. We ensure fresh ingredients and quick delivery."
|
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"}
|
onSubmit={() => window.location.href = "https://www.swiggy.com"}
|
||||||
|
|||||||
Reference in New Issue
Block a user