From 06c88db90fa63097e3ad6c81c036dd564d170503 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 10:59:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index ca6f11e..3de8cd1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -74,6 +74,9 @@ export default function LandingPage() { ]} imageSrc="http://img.b2bpic.net/free-photo/two-happy-women-holding-ice-cream-amusement-park_23-2147911706.jpg" imageAlt="Friendly dining experience" + useInvertedBackground={false} + mediaAnimation="slide-up" + metricsAnimation="slide-up" /> @@ -91,6 +94,7 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" animationType="slide-up" textboxLayout="default" + useInvertedBackground={false} /> @@ -105,6 +109,7 @@ export default function LandingPage() { { tag: "Comfort", title: "Cozy Vibes", subtitle: "Relaxed Setting", description: "Come as you are and stay as long as you like.", imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-dish_23-2147680624.jpg" } ]} textboxLayout="default" + useInvertedBackground={false} /> @@ -120,6 +125,7 @@ export default function LandingPage() { gridVariant="two-columns-alternating-heights" animationType="slide-up" textboxLayout="default" + useInvertedBackground={false} /> @@ -134,6 +140,7 @@ export default function LandingPage() { ]} animationType="slide-up" textboxLayout="default" + useInvertedBackground={false} /> @@ -149,6 +156,7 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/pouring-hot-coffee-drink_53876-30609.jpg" faqsAnimation="slide-up" textboxLayout="default" + useInvertedBackground={false} /> @@ -159,6 +167,7 @@ export default function LandingPage() { description="Whether it’s for a quick coffee or a full family lunch, we can’t wait to have you." tagIcon={MapPin} background={{ variant: "radial-gradient" }} + useInvertedBackground={false} /> -- 2.49.1