From fd1383b06a200c7e720f90f966dbbf0d92a5e22d Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 13 Apr 2026 01:26:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2685305..61f1c27 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,11 +63,11 @@ export default function LandingPage() { tag="Since 1985" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-wearing-hat-thoughtfully-looking-away-gorgeous-model-posing-outdoor_574295-4346.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-wearing-hat-thoughtfully-looking-away-gorgeous-model-posing-outdoor_574295-4346.jpg?_wi=1", imageAlt: "Western fashion ranch setting cowboy hat", }, { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cowboy-hat-boots_23-2149484720.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cowboy-hat-boots_23-2149484720.jpg?_wi=1", imageAlt: "Cowboy western aesthetic rustic photography", }, { @@ -100,19 +100,19 @@ export default function LandingPage() { id: "p1", name: "Heritage Boots", price: "$349", - imageSrc: "http://img.b2bpic.net/free-photo/cowboy-background-concept_23-2149395997.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cowboy-background-concept_23-2149395997.jpg?_wi=1", }, { id: "p2", name: "Classic Denim", price: "$129", - imageSrc: "http://img.b2bpic.net/free-photo/cowboy-portrait-daylight-with-out-focus-landscape-background_23-2151455408.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cowboy-portrait-daylight-with-out-focus-landscape-background_23-2151455408.jpg?_wi=1", }, { id: "p3", name: "Leather Belt", price: "$89", - imageSrc: "http://img.b2bpic.net/free-photo/garment-background-modern-object-closeup_1203-6425.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/garment-background-modern-object-closeup_1203-6425.jpg?_wi=1", }, { id: "p4", @@ -176,7 +176,7 @@ export default function LandingPage() { title: "Ranch Owner", quote: "Best gear I've ever owned. Solid build.", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-country-music-singer_23-2149524165.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-wearing-hat-thoughtfully-looking-away-gorgeous-model-posing-outdoor_574295-4346.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-wearing-hat-thoughtfully-looking-away-gorgeous-model-posing-outdoor_574295-4346.jpg?_wi=2", imageAlt: "portrait of satisfied rancher western style", }, { @@ -186,7 +186,7 @@ export default function LandingPage() { title: "Barrel Racer", quote: "Comfortable and looks incredible.", avatarSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-tropical-vacation-asia-summer-style-white-boho-dress-sneakers-digital-photo-camera-traveler-straw-hat-smiling-boho_285396-6223.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cowboy-hat-boots_23-2149484720.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cowboy-hat-boots_23-2149484720.jpg?_wi=2", imageAlt: "portrait of satisfied rancher western style", }, { @@ -196,7 +196,7 @@ export default function LandingPage() { title: "Rider", quote: "Top quality leather. Worth every penny.", avatarSrc: "http://img.b2bpic.net/free-photo/cinematic-portrait-american-cowboy-west-with-hat_23-2151495659.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/cowboy-background-concept_23-2149395997.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cowboy-background-concept_23-2149395997.jpg?_wi=2", imageAlt: "portrait of satisfied rancher western style", }, { @@ -206,7 +206,7 @@ export default function LandingPage() { title: "Trail Guide", quote: "My favorite vest for long days outdoors.", avatarSrc: "http://img.b2bpic.net/free-photo/happy-charming-beautiful-brunette-wearing-black-clothes-hat-riding-brown-horse-flower-garden_613910-9750.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/cowboy-portrait-daylight-with-out-focus-landscape-background_23-2151455408.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cowboy-portrait-daylight-with-out-focus-landscape-background_23-2151455408.jpg?_wi=2", imageAlt: "portrait of satisfied rancher western style", }, { @@ -216,7 +216,7 @@ export default function LandingPage() { title: "Working Hand", quote: "Reliable gear for real daily work.", avatarSrc: "http://img.b2bpic.net/free-photo/bohemian-personalities-going-adventure-together_23-2149623176.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/garment-background-modern-object-closeup_1203-6425.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/garment-background-modern-object-closeup_1203-6425.jpg?_wi=2", imageAlt: "portrait of satisfied rancher western style", }, ]} -- 2.49.1