From 5e0e1af47724dca0c11ea968a7d96b2a9bd1ec8c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 10:25:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0f8a931..d1c4d62 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,6 +72,7 @@ export default function LandingPage() { { id: "3", name: "Classic Beef Burger", price: "PKR 750", imageSrc: "http://img.b2bpic.net/free-photo/side-view-cheeseburger-grilled-beef-patty-with-cheese-lettuce-burger-buns_141793-4806.jpg" } ]} textboxLayout="split" + useInvertedBackground={false} /> @@ -80,6 +81,7 @@ export default function LandingPage() { title="Restaurant Features" animationType="blur-reveal" textboxLayout="split" + useInvertedBackground={false} features={[ { id: "1", label: "Hours", title: "Open Until 3 AM", items: ["Late-night dining", "Quality late-night service"] }, { id: "2", label: "Taste", title: "Authentic Recipes", items: ["Charcoal grilled", "Fresh ingredients"] }, @@ -95,6 +97,7 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" animationType="slide-up" textboxLayout="split" + useInvertedBackground={false} testimonials={[ { id: "1", name: "Ali Khan", role: "Regular", company: "Karachi", rating: 5 }, { id: "2", name: "Sara Ahmed", role: "Foodie", company: "Local", rating: 5 }, @@ -108,6 +111,8 @@ export default function LandingPage() { title="Contact & Location" description="Visit us in Gulzar-e-hijri, Karachi. We are open for dine-in and delivery until 3 AM." tag="Get in touch" + background={{ variant: "plain" }} + useInvertedBackground={false} /> -- 2.49.1