diff --git a/src/app/page.tsx b/src/app/page.tsx index 76ec3fe..661205d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; @@ -97,7 +97,7 @@ export default function LandingPage() { { id: "04", title: "Beverages", description: "Thoughtfully selected wines, craft cocktails, and premium non-alcoholic pairings", imageSrc: "https://img.b2bpic.net/free-photo/toasted-sandwiches-with-thyme-wooden-chopping-board_23-2147922295.jpg", imageAlt: "Wine selection" } - ] + ]} gridVariant="two-columns-alternating-heights" animationType="slide-up" textboxLayout="default" @@ -108,7 +108,7 @@ export default function LandingPage() {