diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index e7b44a2..211b4a3 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -51,7 +51,8 @@ export default function Layout() { href: "#contact", }} logo="The Grand Hotel" - navItems={navItems} /> + logoImageSrc="/placeholder-logo.png" + navItems={navItems} />