From dca92cac311239aac73332a286dcadf5a3dc72b8 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sun, 21 Jun 2026 15:56:28 +0000 Subject: [PATCH] Bob AI: Use the first provided image as the primary hero image. (Note: The user also req --- src/pages/HomePage/sections/Hero.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/HomePage/sections/Hero.tsx b/src/pages/HomePage/sections/Hero.tsx index 6255296..ef58658 100644 --- a/src/pages/HomePage/sections/Hero.tsx +++ b/src/pages/HomePage/sections/Hero.tsx @@ -10,7 +10,7 @@ export default function HeroSection(): React.JSX.Element { secondaryButton={{"text":"Book a Table","href":"#contact"}} title="Samurai Lounge" description="A premium dining experience blending authentic Japanese flavors with a dramatic, sophisticated lounge atmosphere." - imageSrc="https://images.unsplash.com/photo-1579871494447-9811cf80d66c?auto=format&fit=crop&q=80" + imageSrc="https://storage.googleapis.com/webild/users/user_3F5PItF8mVUPJEz4dJLJUNjFXrw/uploaded-1782057042336-ay41qzja.jpg" primaryButton={{"href":"#menu","text":"Explore Menu"}} tag="JAPANESE FUSION & LOUNGE" /> -- 2.49.1