From bdace42e86bc3be5589d80e90236f753d1ab09e0 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 02:01:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 311084e..6844c34 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -109,7 +109,6 @@ export default function LandingPage() { uniformGridCustomHeightClasses="min-h-96" containerClassName="testimonial-section-woods" cardClassName="bg-white shadow-lg rounded-lg overflow-hidden hover:shadow-xl transition-shadow" - descriptionClassName="text-lg font-light opacity-90" ratingClassName="flex gap-1 text-amber-500" nameClassName="font-semibold text-lg" roleClassName="text-sm opacity-75" @@ -164,9 +163,7 @@ export default function LandingPage() { { text: "Explore Full Menu", href: "#reservations" } ]} containerClassName="menu-section-woods" - descriptionClassName="text-lg font-light opacity-90 mb-12" cardClassName="bg-white rounded-lg overflow-hidden shadow-lg hover:shadow-xl transition-all" - imageClassName="w-full h-64 object-cover" /> @@ -199,9 +196,7 @@ export default function LandingPage() { carouselMode="buttons" uniformGridCustomHeightClasses="min-h-96" containerClassName="atmosphere-gallery-section" - descriptionClassName="text-lg font-light opacity-90" cardClassName="rounded-lg overflow-hidden shadow-lg hover:shadow-xl transition-all bg-white" - cardTitleClassName="text-xl font-light" /> @@ -236,7 +231,6 @@ export default function LandingPage() { { text: "Reserve Your Table", href: "#reservations" } ]} containerClassName="why-love-section" - descriptionClassName="text-lg font-light opacity-90 mb-12" />