Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -99,15 +99,15 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "High Note", name: "The Amber Hour", price: "$16", rating: 5,
|
||||
reviewCount: "28", imageSrc: "http://img.b2bpic.net/free-photo/bartender-mixing-drink_181624-25500.jpg", imageAlt: "The Amber Hour signature cocktail"
|
||||
reviewCount: "28", imageSrc: "http://img.b2bpic.net/free-photo/bartender-mixing-drink_181624-25500.jpg?_wi=1", imageAlt: "The Amber Hour signature cocktail"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "High Note", name: "Midnight Jazz", price: "$18", rating: 5,
|
||||
reviewCount: "34", imageSrc: "http://img.b2bpic.net/free-photo/bartender-mixing-drink_181624-25500.jpg", imageAlt: "Midnight Jazz premium cocktail"
|
||||
reviewCount: "34", imageSrc: "http://img.b2bpic.net/free-photo/bartender-mixing-drink_181624-25500.jpg?_wi=2", imageAlt: "Midnight Jazz premium cocktail"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "High Note", name: "Vintage Revival", price: "$17", rating: 5,
|
||||
reviewCount: "22", imageSrc: "http://img.b2bpic.net/free-photo/bartender-mixing-drink_181624-25500.jpg", imageAlt: "Vintage Revival classic-inspired cocktail"
|
||||
reviewCount: "22", imageSrc: "http://img.b2bpic.net/free-photo/bartender-mixing-drink_181624-25500.jpg?_wi=3", imageAlt: "Vintage Revival classic-inspired cocktail"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user