Merge version_5_1782032344359 into main #5

Merged
bender merged 2 commits from version_5_1782032344359 into main 2026-06-21 09:00:46 +00:00
2 changed files with 5 additions and 5 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,12 +10,12 @@ 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-1782032343425-ptuhoama.png"
imageSrc: "https://storage.googleapis.com/webild/users/user_3FRI9hSVlKawL1T7Ct3lwyvoctg/uploaded-1782032343425-ptuhoama.png?_wi=1"
},
{
title: "Evening Clutch",
@@ -35,12 +35,12 @@ const items = [
{
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-1782032343425-ptuhoama.png"
imageSrc: "https://storage.googleapis.com/webild/users/user_3FRI9hSVlKawL1T7Ct3lwyvoctg/uploaded-1782032343425-ptuhoama.png?_wi=2"
}
];