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() {