Update src/app/page.tsx

This commit is contained in:
2026-01-05 15:19:45 +00:00
parent 64a0f1d79a
commit 7ea205b201

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
@@ -127,8 +127,8 @@ export default function LandingPage() {
]}
ariaLabel="Signature dishes carousel section"
containerClassName="max-w-7xl mx-auto"
titleClassName="text-4xl md:text-5xl font-bold"
descriptionClassName="text-lg text-opacity-80"
textBoxTitleClassName="text-4xl md:text-5xl font-bold"
textBoxDescriptionClassName="text-lg text-opacity-80"
/>
</div>
@@ -187,8 +187,8 @@ export default function LandingPage() {
carouselMode="buttons"
ariaLabel="Restaurant menu items grid"
containerClassName="max-w-7xl mx-auto"
titleClassName="text-4xl md:text-5xl font-bold"
descriptionClassName="text-lg text-opacity-80"
textBoxTitleClassName="text-4xl md:text-5xl font-bold"
textBoxDescriptionClassName="text-lg text-opacity-80"
/>
</div>
@@ -261,8 +261,8 @@ export default function LandingPage() {
carouselMode="buttons"
ariaLabel="Customer testimonials section"
containerClassName="max-w-7xl mx-auto"
titleClassName="text-4xl md:text-5xl font-bold"
descriptionClassName="text-lg text-opacity-80"
textBoxTitleClassName="text-4xl md:text-5xl font-bold"
textBoxDescriptionClassName="text-lg text-opacity-80"
/>
</div>