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", }, ]} /> 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", }, ]} /> 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" /> 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", }, ]} />