Merge version_1 into main #1

Merged
bender merged 4 commits from version_1 into main 2026-04-08 01:08:26 +00:00
4 changed files with 12 additions and 12 deletions

View File

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

View File

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

View File

@@ -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"
/>
</div>

View File

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