Merge version_1 into main #3
@@ -81,9 +81,9 @@ export default function HomePage() {
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bottle-whisky-stands-table_1304-5604.jpg", imageAlt: "Premium alcohol collection display"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/highball-whiskey-with-soda-lemon-beverage-isolated-white-background_123827-30981.jpg", imageAlt: "Fine whiskey selection"},
|
||||
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", imageAlt: "Premium wine collection"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-champagne-bottle-glass-with-copy-space_23-2148673789.jpg?_wi=1", imageAlt: "Premium wine collection"},
|
||||
]}
|
||||
autoplayDelay={4000}
|
||||
showDimOverlay={true}
|
||||
@@ -98,22 +98,22 @@ export default function HomePage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Highland Reserve", name: "Single Malt Scotch Whisky 18YR", 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", imageAlt: "Highland Reserve Single Malt Whisky"},
|
||||
reviewCount: "2.4k", 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"},
|
||||
{
|
||||
id: "2", brand: "Château Elegance", name: "Premium Red Wine Vintage 2019", 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", imageAlt: "Château Elegance Premium Wine"},
|
||||
reviewCount: "1.8k", 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"},
|
||||
{
|
||||
id: "3", brand: "Crystal Pure", name: "Ultra Premium Vodka 1L", price: "$64.99", rating: 5,
|
||||
reviewCount: "3.2k", imageSrc: "http://img.b2bpic.net/free-photo/sotol-drink-still-life_23-2151057966.jpg", imageAlt: "Crystal Pure Premium Vodka"},
|
||||
reviewCount: "3.2k", imageSrc: "http://img.b2bpic.net/free-photo/sotol-drink-still-life_23-2151057966.jpg?_wi=1", imageAlt: "Crystal Pure Premium Vodka"},
|
||||
{
|
||||
id: "4", brand: "Golden Oak", name: "Small Batch Bourbon Whiskey", 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", imageAlt: "Golden Oak Bourbon Whiskey"},
|
||||
reviewCount: "1.5k", 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"},
|
||||
{
|
||||
id: "5", brand: "Vineyard Select", name: "Organic White Wine Collection", 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", imageAlt: "Vineyard Select Organic Wine"},
|
||||
reviewCount: "982", 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"},
|
||||
{
|
||||
id: "6", brand: "Artisan Spirits", name: "Craft Gin Premium Selection", price: "$58.99", rating: 5,
|
||||
reviewCount: "1.1k", imageSrc: "http://img.b2bpic.net/free-photo/sotol-drink-still-life_23-2151057966.jpg", imageAlt: "Artisan Spirits Premium Gin"},
|
||||
reviewCount: "1.1k", imageSrc: "http://img.b2bpic.net/free-photo/sotol-drink-still-life_23-2151057966.jpg?_wi=2", imageAlt: "Artisan Spirits Premium Gin"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -141,13 +141,13 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Whiskey & Scotch Collection", 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", imageAlt: "Whiskey collection showcase"},
|
||||
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"},
|
||||
{
|
||||
id: "2", title: "Fine Wines Selection", 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", imageAlt: "Wine bottle collection"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-champagne-bottle-glass-with-copy-space_23-2148673789.jpg?_wi=4", imageAlt: "Wine bottle collection"},
|
||||
{
|
||||
id: "3", title: "Craft Spirits & Vodka", 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", imageAlt: "Craft spirits display"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sotol-drink-still-life_23-2151057966.jpg?_wi=3", imageAlt: "Craft spirits display"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
|
||||
Reference in New Issue
Block a user