From 637b321b17d2295fa9755296795597b6ffe4c4c5 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 00:09:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0075594..9bbf689 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,6 +59,7 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="split" gridVariant="asymmetric-60-wide-40-narrow" + useInvertedBackground={false} products={[ { id: "p1", name: "Classic Shawarma", price: "₦2,500", imageSrc: "http://img.b2bpic.net/free-photo/arabic-kebab-sandwich-ketchup-sauce_23-2148651077.jpg" }, { id: "p2", name: "Loaded Fries", price: "₦1,800", imageSrc: "http://img.b2bpic.net/free-photo/pastry-mix-with-glass-tea_114579-16034.jpg" }, @@ -88,6 +89,7 @@ export default function LandingPage() { description={[ "📍 Shop 7, Kwasu School Junction, Malete, Ilorin.", "Open daily from 10 AM. Peak hours are around 6 PM." ]} + useInvertedBackground={false} /> @@ -112,6 +114,8 @@ export default function LandingPage() { description="Answers to common queries." faqsAnimation="slide-up" textboxLayout="split" + useInvertedBackground={false} + mediaAnimation="slide-up" /> @@ -122,6 +126,8 @@ export default function LandingPage() { title="Hungry? Let’s Fix That." description="Reach out to us directly on WhatsApp to place your order or call us." buttonText="Chat on WhatsApp" + useInvertedBackground={false} + mediaAnimation="slide-up" /> -- 2.49.1