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