diff --git a/src/app/page.tsx b/src/app/page.tsx index 73cc9d6..b9caa60 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal'; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; @@ -99,7 +99,7 @@ export default function LandingPage() { id: "cafe-details", name: "Curated Details", role: "Scandinavian Influence", imageSrc: "https://img.b2bpic.net/free-photo/vertical-shot-simple-white-chairs-tables-restaurant-with-blurry-background_181624-57929.jpg", imageAlt: "Minimal cafe design details" } ]} - gridVariant="two-columns-alternating-heights" + gridVariant="uniform-all-items-equal" animationType="slide-up" textboxLayout="default" useInvertedBackground="invertDefault"