From a6a7c5ebd58ef60b92f27161257fd3a6fca64453 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Wed, 3 Jun 2026 13:38:00 +0000 Subject: [PATCH] Bob AI: fix build error in src/components/Layout.tsx --- src/components/Layout.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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} />