From de4bdee797cc2a4e9697a27d33422fcff3c41b32 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 01:08:21 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 295690b..925249d 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -51,7 +51,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Our Story" description="Started in 1994, our goal was simple: bring world-class spirits to the heart of our community." - imageSrc="http://img.b2bpic.net/free-photo/man-black-suit-drinks-alcohol-attractive-guy-drinks-whiskey-from-glass_1157-43492.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-black-suit-drinks-alcohol-attractive-guy-drinks-whiskey-from-glass_1157-43492.jpg?_wi=3" /> @@ -66,12 +66,12 @@ export default function LandingPage() { { title: "Passion", description: "Deep knowledge of our inventory.", - imageSrc: "http://img.b2bpic.net/free-photo/crystal-wineglasses-stand-illuminated-wardrobe_8353-658.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/crystal-wineglasses-stand-illuminated-wardrobe_8353-658.jpg?_wi=3", }, { title: "Community", description: "We are proud of our Bloomfield roots.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-beer-bottle-wooden-desk_23-2147919792.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-beer-bottle-wooden-desk_23-2147919792.jpg?_wi=2", }, ]} /> -- 2.49.1 From ffb18d1e34101ccd746d53842193cba34d571dd9 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 01:08:22 +0000 Subject: [PATCH 2/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 9f20345..ac88d2a 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -65,12 +65,12 @@ export default function LandingPage() { { title: "Location", description: "123 Main St, Bloomfield, CT", - imageSrc: "http://img.b2bpic.net/free-photo/man-black-suit-drinks-alcohol-attractive-guy-drinks-whiskey-from-glass_1157-43492.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-black-suit-drinks-alcohol-attractive-guy-drinks-whiskey-from-glass_1157-43492.jpg?_wi=4", }, { title: "Hours", description: "Daily 10am - 9pm", - imageSrc: "http://img.b2bpic.net/free-photo/blurred-shelves-with-wine-bottles_1203-844.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blurred-shelves-with-wine-bottles_1203-844.jpg?_wi=3", }, ]} /> -- 2.49.1 From f6c727d608845dba0d5456b23c8c45332a3de991 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 01:08:22 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4d7ce86..96e0ad7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,7 +67,7 @@ export default function LandingPage() { }, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/man-black-suit-drinks-alcohol-attractive-guy-drinks-whiskey-from-glass_1157-43492.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-black-suit-drinks-alcohol-attractive-guy-drinks-whiskey-from-glass_1157-43492.jpg?_wi=1" imageAlt="Chrystal's Wine & Spirits store interior" mediaAnimation="opacity" /> @@ -92,19 +92,19 @@ export default function LandingPage() { id: "liquor", name: "Liquor", price: "View Selection", - imageSrc: "http://img.b2bpic.net/free-photo/blurred-shelves-with-wine-bottles_1203-844.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blurred-shelves-with-wine-bottles_1203-844.jpg?_wi=1", }, { id: "beer", name: "Beer", price: "View Selection", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-beer-bottle-wooden-desk_23-2147919792.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-beer-bottle-wooden-desk_23-2147919792.jpg?_wi=1", }, { id: "wine", name: "Wine", price: "View Selection", - imageSrc: "http://img.b2bpic.net/free-photo/crystal-wineglasses-stand-illuminated-wardrobe_8353-658.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/crystal-wineglasses-stand-illuminated-wardrobe_8353-658.jpg?_wi=1", }, { id: "whiskey", @@ -182,7 +182,7 @@ export default function LandingPage() { useInvertedBackground={false} title="A Legacy of Quality" description="For over three decades, Chrystal's has been providing the residents of Bloomfield with the finest selection of hand-picked wines, craft spirits, and local beers. Our passion for quality is reflected in every bottle on our shelves." - imageSrc="http://img.b2bpic.net/free-photo/man-black-suit-drinks-alcohol-attractive-guy-drinks-whiskey-from-glass_1157-43492.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-black-suit-drinks-alcohol-attractive-guy-drinks-whiskey-from-glass_1157-43492.jpg?_wi=2" imageAlt="Inside our shop" /> -- 2.49.1 From 3ee67bdef5672e240e82393fbc0f5e5b1a0c402b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 01:08:23 +0000 Subject: [PATCH 4/4] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 2b25d64..8b2c6e1 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -58,13 +58,13 @@ export default function LandingPage() { id: "p1", name: "Vintage Red", price: "$45", - imageSrc: "http://img.b2bpic.net/free-photo/crystal-wineglasses-stand-illuminated-wardrobe_8353-658.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/crystal-wineglasses-stand-illuminated-wardrobe_8353-658.jpg?_wi=2", }, { id: "p2", name: "Smooth Bourbon", price: "$60", - imageSrc: "http://img.b2bpic.net/free-photo/blurred-shelves-with-wine-bottles_1203-844.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blurred-shelves-with-wine-bottles_1203-844.jpg?_wi=2", }, ]} /> -- 2.49.1