From 42ab619cef75324067fe3fd63abdb9a92ab7721f Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 09:16:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7b6f67d..af8bcd1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { @@ -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} /> @@ -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" }} />