From 10525e683e0bf410dbbc0bda7cdd7a88405ba2f9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Feb 2026 20:36:38 +0000 Subject: [PATCH 1/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 4a193db..07ad83e 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -70,7 +70,7 @@ export default function ContactPage() { className: "w-full px-4 py-3 border border-accent/30 rounded-lg focus:outline-none focus:border-primary-cta resize-none" }} useInvertedBackground={false} - imageSrc="https://img.b2bpic.net/free-photo/image-dressing-room-with-male-clothes_74855-21545.jpg" + imageSrc="https://img.b2bpic.net/free-photo/image-dressing-room-with-male-clothes_74855-21545.jpg?_wi=5" imageAlt="La Loupe Vintage storefront and interior" mediaAnimation="slide-up" mediaPosition="right" From 3295b8cbd240a351f8470ef349c080e0c05025a5 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Feb 2026 20:36:39 +0000 Subject: [PATCH 2/5] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 50c013c..8122b9c 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -52,28 +52,28 @@ export default function GalleryPage() { { title: "70s Bohemian", description: "Flowing dresses, fringe details, and earth-toned accessories from the decade of free spirit", - imageSrc: "https://img.b2bpic.net/free-photo/front-view-woman-posing-with-old-phone_23-2150908615.jpg", + imageSrc: "https://img.b2bpic.net/free-photo/front-view-woman-posing-with-old-phone_23-2150908615.jpg?_wi=3", imageAlt: "1970s bohemian vintage style", button: { text: "Shop 70s", href: "/shop" } }, { title: "80s Power Dressing", description: "Bold shoulders, structured blazers, and statement accessories that defined a decade", - imageSrc: "https://img.b2bpic.net/free-photo/curly-blonde-charming-woman-stylish-brown-pants-white-blouse-checkered-coat-running-city-center_197531-23196.jpg", + imageSrc: "https://img.b2bpic.net/free-photo/curly-blonde-charming-woman-stylish-brown-pants-white-blouse-checkered-coat-running-city-center_197531-23196.jpg?_wi=3", imageAlt: "1980s power dressing vintage", button: { text: "Shop 80s", href: "/shop" } }, { title: "90s Grunge Essentials", description: "Flannel shirts, vintage band tees, and denim that captured the alternative spirit", - imageSrc: "https://img.b2bpic.net/free-photo/medium-shot-happy-girl-with-twigs-her-pockets_23-2148350162.jpg", + imageSrc: "https://img.b2bpic.net/free-photo/medium-shot-happy-girl-with-twigs-her-pockets_23-2148350162.jpg?_wi=3", imageAlt: "1990s grunge vintage style", button: { text: "Shop 90s", href: "/shop" } }, { title: "Timeless Denim", description: "Classic jeans and jackets spanning decades of American workwear heritage", - imageSrc: "https://img.b2bpic.net/free-photo/details-blue-jeans-fabric_150588-19.jpg", + imageSrc: "https://img.b2bpic.net/free-photo/details-blue-jeans-fabric_150588-19.jpg?_wi=3", imageAlt: "Timeless vintage denim collection", button: { text: "Shop Denim", href: "/shop" } } @@ -93,14 +93,14 @@ export default function GalleryPage() { { title: "Designer Blazers", description: "Rare finds from prestigious fashion houses of the past", - imageSrc: "https://img.b2bpic.net/free-photo/curly-blonde-charming-woman-stylish-brown-pants-white-blouse-checkered-coat-running-city-center_197531-23196.jpg", + imageSrc: "https://img.b2bpic.net/free-photo/curly-blonde-charming-woman-stylish-brown-pants-white-blouse-checkered-coat-running-city-center_197531-23196.jpg?_wi=4", imageAlt: "Vintage designer blazers", button: { text: "View Collection", href: "/shop" } }, { title: "Statement Accessories", description: "Unique vintage pieces that complete any authentic look", - imageSrc: "https://img.b2bpic.net/free-photo/top-view-woman-posing-with-old-phone_23-2150908636.jpg", + imageSrc: "https://img.b2bpic.net/free-photo/top-view-woman-posing-with-old-phone_23-2150908636.jpg?_wi=3", imageAlt: "Vintage accessories collection", button: { text: "Browse Accessories", href: "/shop" } } From a31540914f9e5e6f563a418355fca61bf78a894a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Feb 2026 20:36:40 +0000 Subject: [PATCH 3/5] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7671e4e..3ddc329 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,11 +64,11 @@ export default function HomePage() { imageAlt: "Vintage denim collection" }, { - imageSrc: "https://img.b2bpic.net/free-photo/dummy-inside-shop_23-2147688306.jpg", + imageSrc: "https://img.b2bpic.net/free-photo/dummy-inside-shop_23-2147688306.jpg?_wi=1", imageAlt: "La Loupe Vintage storefront" }, { - imageSrc: "https://img.b2bpic.net/free-photo/image-dressing-room-with-male-clothes_74855-21545.jpg", + imageSrc: "https://img.b2bpic.net/free-photo/image-dressing-room-with-male-clothes_74855-21545.jpg?_wi=1", imageAlt: "Curated vintage clothing racks" } ]} @@ -136,21 +136,21 @@ export default function HomePage() { { title: "70s Dress Finds", description: "Pristine printed and solid vintage dresses from the golden age of casual elegance", - imageSrc: "https://img.b2bpic.net/free-photo/front-view-woman-posing-with-old-phone_23-2150908615.jpg", + imageSrc: "https://img.b2bpic.net/free-photo/front-view-woman-posing-with-old-phone_23-2150908615.jpg?_wi=1", imageAlt: "Authentic 1970s vintage dresses", button: { text: "Browse Dresses", href: "/shop" } }, { title: "Statement Outerwear", description: "Vintage jackets, blazers, and coats with bold patterns and impeccable tailoring", - imageSrc: "https://img.b2bpic.net/free-photo/curly-blonde-charming-woman-stylish-brown-pants-white-blouse-checkered-coat-running-city-center_197531-23196.jpg", + imageSrc: "https://img.b2bpic.net/free-photo/curly-blonde-charming-woman-stylish-brown-pants-white-blouse-checkered-coat-running-city-center_197531-23196.jpg?_wi=1", imageAlt: "Vintage statement outerwear collection", button: { text: "See Outerwear", href: "/shop" } }, { title: "Tops & Knits", description: "Rare vintage blouses, sweaters, and tees spanning from mod 60s to grunge 90s aesthetics", - imageSrc: "https://img.b2bpic.net/free-photo/medium-shot-happy-girl-with-twigs-her-pockets_23-2148350162.jpg", + imageSrc: "https://img.b2bpic.net/free-photo/medium-shot-happy-girl-with-twigs-her-pockets_23-2148350162.jpg?_wi=1", imageAlt: "Vintage tops and knit collection", button: { text: "Shop Tops", href: "/shop" } } @@ -183,7 +183,7 @@ export default function HomePage() { title: "Vintage Clothing", description: "Wearable pieces spanning six decades of fashion history", tag: "Main", - imageSrc: "https://img.b2bpic.net/free-photo/attractive-stylish-blonde-woman-jeans-oversize-jacket-walking-against-wall-street_285396-8014.jpg", + imageSrc: "https://img.b2bpic.net/free-photo/attractive-stylish-blonde-woman-jeans-oversize-jacket-walking-against-wall-street_285396-8014.jpg?_wi=1", imageAlt: "Vintage clothing collection", buttons: [{ text: "Browse", href: "/shop" }] }, @@ -192,7 +192,7 @@ export default function HomePage() { title: "Denim", description: "Rare vintage denim from Levi's, Lee, and other heritage brands", tag: "Premium", - imageSrc: "https://img.b2bpic.net/free-photo/details-blue-jeans-fabric_150588-19.jpg", + imageSrc: "https://img.b2bpic.net/free-photo/details-blue-jeans-fabric_150588-19.jpg?_wi=1", imageAlt: "Vintage denim collection", buttons: [{ text: "Shop Denim", href: "/shop" }] }, @@ -201,7 +201,7 @@ export default function HomePage() { title: "Accessories", description: "Vintage belts, scarves, bags, and jewelry to complete your look", tag: "Accents", - imageSrc: "https://img.b2bpic.net/free-photo/top-view-woman-posing-with-old-phone_23-2150908636.jpg", + imageSrc: "https://img.b2bpic.net/free-photo/top-view-woman-posing-with-old-phone_23-2150908636.jpg?_wi=1", imageAlt: "Vintage accessories and jewelry", buttons: [{ text: "View Accessories", href: "/shop" }] }, @@ -306,7 +306,7 @@ export default function HomePage() { className: "w-full px-4 py-3 border border-accent/30 rounded-lg focus:outline-none focus:border-primary-cta resize-none" }} useInvertedBackground={true} - imageSrc="https://img.b2bpic.net/free-photo/image-dressing-room-with-male-clothes_74855-21545.jpg" + imageSrc="https://img.b2bpic.net/free-photo/image-dressing-room-with-male-clothes_74855-21545.jpg?_wi=2" imageAlt="La Loupe Vintage storefront and interior" mediaAnimation="slide-up" mediaPosition="right" From f50c3ae4e06817d9ceb67c2caba8d78125aa12f0 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Feb 2026 20:36:41 +0000 Subject: [PATCH 4/5] Update src/app/sell-with-us/page.tsx --- src/app/sell-with-us/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/sell-with-us/page.tsx b/src/app/sell-with-us/page.tsx index cb45b9e..d14fbdd 100644 --- a/src/app/sell-with-us/page.tsx +++ b/src/app/sell-with-us/page.tsx @@ -118,7 +118,7 @@ export default function SellWithUsPage() { required: true }} useInvertedBackground={false} - imageSrc="https://img.b2bpic.net/free-photo/image-dressing-room-with-male-clothes_74855-21545.jpg" + imageSrc="https://img.b2bpic.net/free-photo/image-dressing-room-with-male-clothes_74855-21545.jpg?_wi=3" imageAlt: "Vintage clothing collection" mediaAnimation="slide-up" mediaPosition="right" From 42fc4ccd3be3af059d21683bcaf94f6033d62e4c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Feb 2026 20:36:42 +0000 Subject: [PATCH 5/5] Update src/app/visit/page.tsx --- src/app/visit/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/visit/page.tsx b/src/app/visit/page.tsx index 3704fcc..47d263b 100644 --- a/src/app/visit/page.tsx +++ b/src/app/visit/page.tsx @@ -79,7 +79,7 @@ export default function VisitPage() { title: "Curated Collection", description: "Browse our full selection of vintage pieces organized by era and style", tag: "In-Store", - imageSrc: "https://img.b2bpic.net/free-photo/dummy-inside-shop_23-2147688306.jpg", + imageSrc: "https://img.b2bpic.net/free-photo/dummy-inside-shop_23-2147688306.jpg?_wi=2", imageAlt: "La Loupe Vintage storefront", buttons: [{ text: "Visit Us", href: "/contact" }] }, @@ -88,7 +88,7 @@ export default function VisitPage() { title: "Personal Styling", description: "Get expert advice on vintage pieces and styling from our knowledgeable team", tag: "Service", - imageSrc: "https://img.b2bpic.net/free-photo/image-dressing-room-with-male-clothes_74855-21545.jpg", + imageSrc: "https://img.b2bpic.net/free-photo/image-dressing-room-with-male-clothes_74855-21545.jpg?_wi=4", imageAlt: "Personal styling service", buttons: [{ text: "Book Consultation", href: "/contact" }] }, @@ -97,7 +97,7 @@ export default function VisitPage() { title: "Community Events", description: "Join us for special events, vintage fashion shows, and community gatherings", tag: "Events", - imageSrc: "https://img.b2bpic.net/free-photo/attractive-stylish-blonde-woman-jeans-oversize-jacket-walking-against-wall-street_285396-8014.jpg", + imageSrc: "https://img.b2bpic.net/free-photo/attractive-stylish-blonde-woman-jeans-oversize-jacket-walking-against-wall-street_285396-8014.jpg?_wi=2", imageAlt: "Community vintage events", buttons: [{ text: "Follow for Updates", href: "https://www.instagram.com/laloupevintage/" }] }