6 Commits

Author SHA1 Message Date
04bfcbbaf2 Merge version_5_1782032344359 into main
Merge version_5_1782032344359 into main
2026-06-21 09:00:46 +00:00
67ad171b14 Update src/pages/HomePage/sections/Products.tsx 2026-06-21 09:00:43 +00:00
592ddda4f1 Update src/pages/HomePage/sections/Hero.tsx 2026-06-21 09:00:42 +00:00
a80a11af3b Merge version_5_1782032344359 into main
Merge version_5_1782032344359 into main
2026-06-21 09:00:36 +00:00
kudinDmitriyUp
b777ac3d25 Bob AI: Update product gallery with new bag color variations 2026-06-21 08:59:55 +00:00
bb5b2ac198 Merge version_4_1782032136860 into main
Merge version_4_1782032136860 into main
2026-06-21 08:57:54 +00:00
2 changed files with 8 additions and 8 deletions

View File

@@ -21,7 +21,7 @@ export default function HeroSection(): React.JSX.Element {
text: "Contact Us",
href: "#contact",
}}
imageSrc="https://storage.googleapis.com/webild/users/user_3FRI9hSVlKawL1T7Ct3lwyvoctg/uploaded-1782032135946-bapcaypw.png"
imageSrc="https://storage.googleapis.com/webild/users/user_3FRI9hSVlKawL1T7Ct3lwyvoctg/uploaded-1782032135946-bapcaypw.png?_wi=1"
/>
</SectionErrorBoundary>
</div>

View File

@@ -10,37 +10,37 @@ const items = [
{
title: "Classic Tote",
description: "The ultimate everyday statement.",
imageSrc: "https://storage.googleapis.com/webild/users/user_3FRI9hSVlKawL1T7Ct3lwyvoctg/uploaded-1782032135946-bapcaypw.png"
imageSrc: "https://storage.googleapis.com/webild/users/user_3FRI9hSVlKawL1T7Ct3lwyvoctg/uploaded-1782032135946-bapcaypw.png?_wi=2"
},
{
title: "Crossbody Chic",
description: "Hands-free luxury refined.",
imageSrc: "https://storage.googleapis.com/webild/users/user_3FRI9hSVlKawL1T7Ct3lwyvoctg/uploaded-1782032135946-bapcaypw.png"
imageSrc: "https://storage.googleapis.com/webild/users/user_3FRI9hSVlKawL1T7Ct3lwyvoctg/uploaded-1782032343425-ptuhoama.png?_wi=1"
},
{
title: "Evening Clutch",
description: "Sophistication for every occasion.",
imageSrc: "https://storage.googleapis.com/webild/users/user_3FRI9hSVlKawL1T7Ct3lwyvoctg/uploaded-1782032135946-bapcaypw.png"
imageSrc: "https://storage.googleapis.com/webild/users/user_3FRI9hSVlKawL1T7Ct3lwyvoctg/uploaded-1782032343428-nbdvxo47.png"
},
{
title: "Satchel Elegance",
description: "Timeless structure and style.",
imageSrc: "https://storage.googleapis.com/webild/users/user_3FRI9hSVlKawL1T7Ct3lwyvoctg/uploaded-1782032135946-bapcaypw.png"
imageSrc: "https://storage.googleapis.com/webild/users/user_3FRI9hSVlKawL1T7Ct3lwyvoctg/uploaded-1782032343430-h9m2pm0m.jpg"
},
{
title: "Modern Bucket",
description: "Contemporary design reinvented.",
imageSrc: "https://storage.googleapis.com/webild/users/user_3FRI9hSVlKawL1T7Ct3lwyvoctg/uploaded-1782032135946-bapcaypw.png"
imageSrc: "https://storage.googleapis.com/webild/users/user_3FRI9hSVlKawL1T7Ct3lwyvoctg/uploaded-1782032343430-mvl5k58d.jpg"
},
{
title: "Signature Hobo",
description: "Relaxed and utterly refined.",
imageSrc: "https://storage.googleapis.com/webild/users/user_3FRI9hSVlKawL1T7Ct3lwyvoctg/uploaded-1782032135946-bapcaypw.png"
imageSrc: "https://storage.googleapis.com/webild/users/user_3FRI9hSVlKawL1T7Ct3lwyvoctg/uploaded-1782032135946-bapcaypw.png?_wi=3"
},
{
title: "Deluxe Portfolio",
description: "Function meets luxury design.",
imageSrc: "https://storage.googleapis.com/webild/users/user_3FRI9hSVlKawL1T7Ct3lwyvoctg/uploaded-1782032135946-bapcaypw.png"
imageSrc: "https://storage.googleapis.com/webild/users/user_3FRI9hSVlKawL1T7Ct3lwyvoctg/uploaded-1782032343425-ptuhoama.png?_wi=2"
}
];