From 5543cc5d7032bcc6599c219b7b7fe00ac7d576e1 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 19:02:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 640bd0a..cba80c9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,6 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis' import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; -import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; export default function LandingPage() { @@ -58,6 +57,7 @@ export default function LandingPage() { description={[ "FoodieHub combines local flavor with cutting-edge delivery technology.", "Real-time tracking, quality-assured restaurants, and 24/7 dedicated support.", "Join over 1 million happy foodies enjoying seamless dining experiences." ]} + useInvertedBackground={false} /> @@ -74,6 +74,7 @@ export default function LandingPage() { ]} title="Popular Dishes" description="Discover local crowd favorites ready for immediate delivery." + useInvertedBackground={false} /> @@ -89,6 +90,7 @@ export default function LandingPage() { ]} title="Platform Excellence" description="Built for reliability and taste." + useInvertedBackground={false} /> @@ -96,6 +98,7 @@ export default function LandingPage() { -- 2.49.1