Merge version_1 into main #1

Merged
bender merged 4 commits from version_1 into main 2026-03-08 23:05:44 +00:00
4 changed files with 1390 additions and 23 deletions

View File

@@ -95,7 +95,7 @@ export default function AboutPage() {
"Premium single malts, blended whiskeys, and rare Scottish selections from renowned distilleries worldwide.",
tags: ["Whiskey", "Spirits"],
imageSrc:
"http://img.b2bpic.net/free-photo/highball-whiskey-with-soda-lemon-beverage-isolated-white-background_123827-30981.jpg",
"http://img.b2bpic.net/free-photo/highball-whiskey-with-soda-lemon-beverage-isolated-white-background_123827-30981.jpg?_wi=8",
imageAlt: "Whiskey collection showcase",
},
{
@@ -106,7 +106,7 @@ export default function AboutPage() {
"Exceptional wines from prestigious vineyards including reds, whites, rosés, and champagnes.",
tags: ["Wine", "Premium"],
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-champagne-bottle-glass-with-copy-space_23-2148673789.jpg",
"http://img.b2bpic.net/free-photo/close-up-champagne-bottle-glass-with-copy-space_23-2148673789.jpg?_wi=8",
imageAlt: "Wine bottle collection",
},
{
@@ -117,7 +117,7 @@ export default function AboutPage() {
"Artisanal vodkas, gins, rums, and craft spirits from boutique producers.",
tags: ["Craft", "Spirits"],
imageSrc:
"http://img.b2bpic.net/free-photo/sotol-drink-still-life_23-2151057966.jpg",
"http://img.b2bpic.net/free-photo/sotol-drink-still-life_23-2151057966.jpg?_wi=7",
imageAlt: "Craft spirits display",
},
]}

File diff suppressed because it is too large Load Diff

View File

@@ -86,11 +86,11 @@ export default function HomePage() {
imageAlt: "Premium alcohol collection display",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/highball-whiskey-with-soda-lemon-beverage-isolated-white-background_123827-30981.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/highball-whiskey-with-soda-lemon-beverage-isolated-white-background_123827-30981.jpg?_wi=1",
imageAlt: "Fine whiskey selection",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-champagne-bottle-glass-with-copy-space_23-2148673789.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-champagne-bottle-glass-with-copy-space_23-2148673789.jpg?_wi=1",
imageAlt: "Premium wine collection",
},
]}
@@ -112,7 +112,7 @@ export default function HomePage() {
price: "$89.99",
rating: 5,
reviewCount: "2.4k",
imageSrc: "http://img.b2bpic.net/free-photo/highball-whiskey-with-soda-lemon-beverage-isolated-white-background_123827-30981.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/highball-whiskey-with-soda-lemon-beverage-isolated-white-background_123827-30981.jpg?_wi=2",
imageAlt: "Highland Reserve Single Malt Whisky",
},
{
@@ -122,7 +122,7 @@ export default function HomePage() {
price: "$54.99",
rating: 5,
reviewCount: "1.8k",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-champagne-bottle-glass-with-copy-space_23-2148673789.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-champagne-bottle-glass-with-copy-space_23-2148673789.jpg?_wi=2",
imageAlt: "Château Elegance Premium Wine",
},
{
@@ -132,7 +132,7 @@ export default function HomePage() {
price: "$64.99",
rating: 5,
reviewCount: "3.2k",
imageSrc: "http://img.b2bpic.net/free-photo/sotol-drink-still-life_23-2151057966.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/sotol-drink-still-life_23-2151057966.jpg?_wi=1",
imageAlt: "Crystal Pure Premium Vodka",
},
{
@@ -142,7 +142,7 @@ export default function HomePage() {
price: "$72.99",
rating: 5,
reviewCount: "1.5k",
imageSrc: "http://img.b2bpic.net/free-photo/highball-whiskey-with-soda-lemon-beverage-isolated-white-background_123827-30981.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/highball-whiskey-with-soda-lemon-beverage-isolated-white-background_123827-30981.jpg?_wi=3",
imageAlt: "Golden Oak Bourbon Whiskey",
},
{
@@ -152,7 +152,7 @@ export default function HomePage() {
price: "$39.99",
rating: 4,
reviewCount: "982",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-champagne-bottle-glass-with-copy-space_23-2148673789.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-champagne-bottle-glass-with-copy-space_23-2148673789.jpg?_wi=3",
imageAlt: "Vineyard Select Organic Wine",
},
{
@@ -162,7 +162,7 @@ export default function HomePage() {
price: "$58.99",
rating: 5,
reviewCount: "1.1k",
imageSrc: "http://img.b2bpic.net/free-photo/sotol-drink-still-life_23-2151057966.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/sotol-drink-still-life_23-2151057966.jpg?_wi=2",
imageAlt: "Artisan Spirits Premium Gin",
},
]}
@@ -199,7 +199,7 @@ export default function HomePage() {
author: "Expert Curated",
description: "Premium single malts, blended whiskeys, and rare Scottish selections from renowned distilleries worldwide.",
tags: ["Whiskey", "Spirits"],
imageSrc: "http://img.b2bpic.net/free-photo/highball-whiskey-with-soda-lemon-beverage-isolated-white-background_123827-30981.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/highball-whiskey-with-soda-lemon-beverage-isolated-white-background_123827-30981.jpg?_wi=4",
imageAlt: "Whiskey collection showcase",
},
{
@@ -208,7 +208,7 @@ export default function HomePage() {
author: "Wine Sommelier",
description: "Exceptional wines from prestigious vineyards including reds, whites, rosés, and champagnes.",
tags: ["Wine", "Premium"],
imageSrc: "http://img.b2bpic.net/free-photo/close-up-champagne-bottle-glass-with-copy-space_23-2148673789.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-champagne-bottle-glass-with-copy-space_23-2148673789.jpg?_wi=4",
imageAlt: "Wine bottle collection",
},
{
@@ -217,7 +217,7 @@ export default function HomePage() {
author: "Spirits Expert",
description: "Artisanal vodkas, gins, rums, and craft spirits from boutique producers.",
tags: ["Craft", "Spirits"],
imageSrc: "http://img.b2bpic.net/free-photo/sotol-drink-still-life_23-2151057966.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/sotol-drink-still-life_23-2151057966.jpg?_wi=3",
imageAlt: "Craft spirits display",
},
]}

View File

@@ -53,7 +53,7 @@ export default function ProductsPage() {
price: "$89.99",
rating: 5,
reviewCount: "2.4k",
imageSrc: "http://img.b2bpic.net/free-photo/highball-whiskey-with-soda-lemon-beverage-isolated-white-background_123827-30981.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/highball-whiskey-with-soda-lemon-beverage-isolated-white-background_123827-30981.jpg?_wi=5",
imageAlt: "Highland Reserve Single Malt Whisky",
},
{
@@ -63,7 +63,7 @@ export default function ProductsPage() {
price: "$54.99",
rating: 5,
reviewCount: "1.8k",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-champagne-bottle-glass-with-copy-space_23-2148673789.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-champagne-bottle-glass-with-copy-space_23-2148673789.jpg?_wi=5",
imageAlt: "Château Elegance Premium Wine",
},
{
@@ -73,7 +73,7 @@ export default function ProductsPage() {
price: "$64.99",
rating: 5,
reviewCount: "3.2k",
imageSrc: "http://img.b2bpic.net/free-photo/sotol-drink-still-life_23-2151057966.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/sotol-drink-still-life_23-2151057966.jpg?_wi=4",
imageAlt: "Crystal Pure Premium Vodka",
},
{
@@ -83,7 +83,7 @@ export default function ProductsPage() {
price: "$72.99",
rating: 5,
reviewCount: "1.5k",
imageSrc: "http://img.b2bpic.net/free-photo/highball-whiskey-with-soda-lemon-beverage-isolated-white-background_123827-30981.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/highball-whiskey-with-soda-lemon-beverage-isolated-white-background_123827-30981.jpg?_wi=6",
imageAlt: "Golden Oak Bourbon Whiskey",
},
{
@@ -93,7 +93,7 @@ export default function ProductsPage() {
price: "$39.99",
rating: 4,
reviewCount: "982",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-champagne-bottle-glass-with-copy-space_23-2148673789.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-champagne-bottle-glass-with-copy-space_23-2148673789.jpg?_wi=6",
imageAlt: "Vineyard Select Organic Wine",
},
{
@@ -103,7 +103,7 @@ export default function ProductsPage() {
price: "$58.99",
rating: 5,
reviewCount: "1.1k",
imageSrc: "http://img.b2bpic.net/free-photo/sotol-drink-still-life_23-2151057966.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/sotol-drink-still-life_23-2151057966.jpg?_wi=5",
imageAlt: "Artisan Spirits Premium Gin",
},
{
@@ -113,7 +113,7 @@ export default function ProductsPage() {
price: "$79.99",
rating: 5,
reviewCount: "1.9k",
imageSrc: "http://img.b2bpic.net/free-photo/highball-whiskey-with-soda-lemon-beverage-isolated-white-background_123827-30981.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/highball-whiskey-with-soda-lemon-beverage-isolated-white-background_123827-30981.jpg?_wi=7",
imageAlt: "Islay Selection Peaty Whisky",
},
{
@@ -123,7 +123,7 @@ export default function ProductsPage() {
price: "$44.99",
rating: 4,
reviewCount: "1.2k",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-champagne-bottle-glass-with-copy-space_23-2148673789.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-champagne-bottle-glass-with-copy-space_23-2148673789.jpg?_wi=7",
imageAlt: "Mediterranean Wines Rosé",
},
{
@@ -133,7 +133,7 @@ export default function ProductsPage() {
price: "$49.99",
rating: 5,
reviewCount: "876",
imageSrc: "http://img.b2bpic.net/free-photo/sotol-drink-still-life_23-2151057966.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/sotol-drink-still-life_23-2151057966.jpg?_wi=6",
imageAlt: "Nordic Spirits Aquavit",
},
];