Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -67,6 +67,7 @@ export default function LandingPage() {
|
||||
gridVariant="bento-grid"
|
||||
title="Chicken Specialties"
|
||||
description="From fragrant Biryani to fiery Tandoori, satisfy your cravings with our chef-curated selection."
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "1", brand: "Signature", name: "Hyderabadi Biryani", price: "$14.99", rating: 5, reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-pakistan-meal-assortment_23-2148821515.jpg" },
|
||||
{ id: "2", brand: "Classic", name: "Tandoori Chicken", price: "$16.50", rating: 5, reviewCount: "85+", imageSrc: "http://img.b2bpic.net/free-photo/chicken-appetizing-chicken-with-herbs-onion-lemon-board-sauce_140725-73720.jpg" },
|
||||
@@ -95,6 +96,9 @@ export default function LandingPage() {
|
||||
<SocialProofOne
|
||||
names={["Foodie Network", "City Eats", "Local Chef"]}
|
||||
title="As Seen In"
|
||||
description="Trusted by food lovers across the country."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -104,6 +108,7 @@ export default function LandingPage() {
|
||||
title="Diner Stories"
|
||||
description="Hear why our customers keep coming back for more."
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Rahul V.", role: "Regular", testimonial: "The Chicken Pakodi is out of this world!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-serious-man-with-beard-restaurant_1262-3602.jpg" },
|
||||
{ id: "2", name: "Anita R.", role: "Food Critic", testimonial: "Unmatched authentic flavors in every bite.", imageSrc: "http://img.b2bpic.net/free-photo/medium-woman-taking-food-photo_23-2149250048.jpg" }
|
||||
@@ -117,8 +122,9 @@ export default function LandingPage() {
|
||||
{ id: "1", title: "Do you have home delivery?", content: "Yes, we deliver within 5km radius." },
|
||||
{ id: "2", title: "Is your chicken Halal?", content: "Yes, we serve only 100% Halal certified chicken." },
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
sideTitle="Frequently Asked Questions"
|
||||
faqsAnimation="blur-reveal"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -128,6 +134,8 @@ export default function LandingPage() {
|
||||
title="Order Your Feast"
|
||||
description="Contact us today and bring the authentic taste home."
|
||||
buttons={[{ text: "Call Us", href: "#" }]}
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "plain" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user