Update src/app/page.tsx

This commit is contained in:
2026-02-18 21:00:24 +00:00
parent bd7bca800d
commit eae96d4c3c

View File

@@ -1,4 +1,4 @@
"use client" "use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
@@ -67,9 +67,8 @@ export default function LandingPage() {
{ {
imageSrc: "https://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg", imageAlt: "Cozy intimate dining room corner" imageSrc: "https://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg", imageAlt: "Cozy intimate dining room corner"
} }
] ],
mediaAnimation="slide-up" mediaAnimation="slide-up", ariaLabel="Moys Chinese Restaurant hero section with featured dishes"
ariaLabel="Moys Chinese Restaurant hero section with featured dishes"
/> />
</div> </div>