From d9abd7197d6be8b96fcc146ddd4bedad78d86226 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sun, 21 Jun 2026 23:21:29 +0000 Subject: [PATCH] Bob AI: Update the hero section to use the provided image URL (https://storage.googleapi --- src/pages/HomePage.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 244a296..353629a 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -19,12 +19,12 @@ export default function HomePage() { primaryButton={{ text: "View Collection", href: "#products" }} secondaryButton={{ text: "Book Consultation", href: "#contact" }} items={[ - { videoSrc: "https://storage.googleapis.com/webild/users/user_3FK5cEQFujJnwwHLMFL7P85Ro0d/uploaded-1782083922121-riwpg2vi.png" }, - { videoSrc: "http://img.b2bpic.net/free-photo/transparent-prism-with-jewels_23-2147960092.jpg" }, - { videoSrc: "http://img.b2bpic.net/free-photo/golden-wedding-rings-lie-transparent-table_8353-738.jpg" }, - { videoSrc: "http://img.b2bpic.net/free-photo/fashion-woman-with-feathers_1122-433.jpg" }, - { videoSrc: "http://img.b2bpic.net/free-photo/beautiful-engagement-ring-with-diamonds_23-2149509270.jpg" }, - { videoSrc: "http://img.b2bpic.net/free-photo/closeup-shot-two-silver-rings-leather-surface_181624-3587.jpg" } + { imageSrc: "https://storage.googleapis.com/webild/users/user_3FK5cEQFujJnwwHLMFL7P85Ro0d/uploaded-1782083922121-riwpg2vi.png" }, + { imageSrc: "http://img.b2bpic.net/free-photo/transparent-prism-with-jewels_23-2147960092.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/golden-wedding-rings-lie-transparent-table_8353-738.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/fashion-woman-with-feathers_1122-433.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-engagement-ring-with-diamonds_23-2149509270.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-two-silver-rings-leather-surface_181624-3587.jpg" } ]} /> -- 2.49.1