From 7ea205b20194eb087968298ba6fb77f1d8ebba37 Mon Sep 17 00:00:00 2001 From: development Date: Mon, 5 Jan 2026 15:19:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index eff32c3..393e283 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 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" /> @@ -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" /> @@ -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" /> -- 2.49.1