diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index a31b7a1..6b41a93 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -40,7 +40,7 @@ export default function AboutPage() { 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" /> @@ -52,8 +52,8 @@ export default function AboutPage() { title="Our Values" description="What drives us forward every day." features={[ - { title: "Passion", description: "Deep knowledge of our inventory.", imageSrc: "http://img.b2bpic.net/free-photo/crystal-wineglasses-stand-illuminated-wardrobe_8353-658.jpg" }, - { 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" }, + { title: "Passion", description: "Deep knowledge of our inventory.", 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?_wi=3" }, ]} /> diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index f31e425..c9db3d4 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -51,8 +51,8 @@ export default function ContactPage() { title="Visit Us" description="Located in central Bloomfield, stop by for a chat." features={[ - { 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" }, - { title: "Hours", description: "Daily 10am - 9pm", imageSrc: "http://img.b2bpic.net/free-photo/blurred-shelves-with-wine-bottles_1203-844.jpg" }, + { 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?_wi=4" }, + { title: "Hours", description: "Daily 10am - 9pm", 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 fb1512d..9ce01e3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { { text: "Visit Us Today", href: "/contact" }, ]} 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" /> @@ -69,9 +69,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} products={[ - { id: "liquor", name: "Liquor", price: "View Selection", imageSrc: "http://img.b2bpic.net/free-photo/blurred-shelves-with-wine-bottles_1203-844.jpg" }, - { id: "beer", name: "Beer", price: "View Selection", imageSrc: "http://img.b2bpic.net/free-photo/close-up-beer-bottle-wooden-desk_23-2147919792.jpg" }, - { id: "wine", name: "Wine", price: "View Selection", imageSrc: "http://img.b2bpic.net/free-photo/crystal-wineglasses-stand-illuminated-wardrobe_8353-658.jpg" }, + { id: "liquor", name: "Liquor", price: "View Selection", 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?_wi=1" }, + { id: "wine", name: "Wine", price: "View Selection", imageSrc: "http://img.b2bpic.net/free-photo/crystal-wineglasses-stand-illuminated-wardrobe_8353-658.jpg?_wi=1" }, { id: "whiskey", name: "Whisky", price: "View Selection", imageSrc: "http://img.b2bpic.net/free-photo/front-view-blurry-depressed-man-with-drink_23-2149699046.jpg" }, { id: "craft-beer", name: "Craft Beer", price: "View Selection", imageSrc: "http://img.b2bpic.net/free-photo/stylish-full-bearded-indian-man-fleece-shirt-apron-holds-glass-beer-standing-counter-brewery_613910-5531.jpg" }, { id: "fine-wines", name: "Fine Wines", price: "View Selection", imageSrc: "http://img.b2bpic.net/free-photo/people-hands-getting-bottle-red-wine_53876-23320.jpg" }, @@ -103,7 +103,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 e2d1426..3ddb1bf 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -43,9 +43,9 @@ export default function ShopPage() { title="Our Selection" description="Browse our inventory" products={[ - { id: "p1", name: "Vintage Red", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/crystal-wineglasses-stand-illuminated-wardrobe_8353-658.jpg" }, - { id: "p2", name: "Smooth Bourbon", price: "$60", imageSrc: "http://img.b2bpic.net/free-photo/blurred-shelves-with-wine-bottles_1203-844.jpg" }, - { id: "p3", name: "Reserve Gin", price: "$50", imageSrc: "http://img.b2bpic.net/free-photo/close-up-beer-bottle-wooden-desk_23-2147919792.jpg" }, + { id: "p1", name: "Vintage Red", price: "$45", 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?_wi=2" }, + { id: "p3", name: "Reserve Gin", price: "$50", imageSrc: "http://img.b2bpic.net/free-photo/close-up-beer-bottle-wooden-desk_23-2147919792.jpg?_wi=2" }, ]} />