diff --git a/src/app/page.tsx b/src/app/page.tsx index 47e8718..7714a36 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,7 +3,6 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; import FooterSimple from '@/components/sections/footer/FooterSimple'; import HeroCentered from '@/components/sections/hero/HeroCentered'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; @@ -60,6 +59,7 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="split" gridVariant="uniform-all-items-equal" + useInvertedBackground={false} products={[ { id: "1", name: "Burger Classique", price: "8.50 €", imageSrc: "http://img.b2bpic.net/free-photo/burger-with-black-bun-orange-background_23-2148258371.jpg?_wi=1" }, { id: "2", name: "Burger Poulet", price: "9.50 €", imageSrc: "http://img.b2bpic.net/free-photo/tasty-burger-withy-tomato-cheese-lettuce-white-surface_114579-30401.jpg?_wi=1" }, @@ -77,6 +77,7 @@ export default function LandingPage() { author="Thomas Martin" ratingAnimation="blur-reveal" avatarsAnimation="blur-reveal" + useInvertedBackground={false} avatars={[]} /> @@ -85,6 +86,7 @@ export default function LandingPage() {