Update src/app/page.tsx

This commit is contained in:
2026-03-14 02:01:56 +00:00
parent c6352859b2
commit bdace42e86

View File

@@ -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"
/>
</div>
@@ -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"
/>
</div>
@@ -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"
/>
</div>