Merge version_1 into main #3
@@ -116,15 +116,15 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Signature Cocktails", name: "Fool's Gold Martini", price: "R95", rating: 5,
|
||||
reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/beverage-with-lemon-copy-space_23-2148340043.jpg", imageAlt: "Fool's Gold Signature Martini"
|
||||
reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/beverage-with-lemon-copy-space_23-2148340043.jpg?_wi=1", imageAlt: "Fool's Gold Signature Martini"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "Craft Cocktails", name: "Craft Spirits Selection", price: "R75-R120", rating: 5,
|
||||
reviewCount: "102", imageSrc: "http://img.b2bpic.net/free-photo/beverage-with-lemon-copy-space_23-2148340043.jpg", imageAlt: "Premium Craft Cocktails"
|
||||
reviewCount: "102", imageSrc: "http://img.b2bpic.net/free-photo/beverage-with-lemon-copy-space_23-2148340043.jpg?_wi=2", imageAlt: "Premium Craft Cocktails"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "Bar Food", name: "Birria Tacos & Bao Buns", price: "R85-R110", rating: 5,
|
||||
reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/grilled-meat-decorated-with-vegetables_1303-12325.jpg", imageAlt: "Gourmet Bar Food Selection"
|
||||
reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/grilled-meat-decorated-with-vegetables_1303-12325.jpg?_wi=1", imageAlt: "Gourmet Bar Food Selection"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -142,7 +142,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Premium Cocktails", description: "Signature craft cocktails created by expert mixologists using only the finest spirits and fresh ingredients. Every drink is a masterpiece.", media: { imageSrc: "http://img.b2bpic.net/free-photo/beverage-with-lemon-copy-space_23-2148340043.jpg", imageAlt: "Premium Cocktails" },
|
||||
id: "1", title: "Premium Cocktails", description: "Signature craft cocktails created by expert mixologists using only the finest spirits and fresh ingredients. Every drink is a masterpiece.", media: { imageSrc: "http://img.b2bpic.net/free-photo/beverage-with-lemon-copy-space_23-2148340043.jpg?_wi=3", imageAlt: "Premium Cocktails" },
|
||||
items: [
|
||||
{ icon: Wine, text: "Craft spirits only" },
|
||||
{ icon: Sparkles, text: "Signature recipes" },
|
||||
@@ -151,7 +151,7 @@ export default function LandingPage() {
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
id: "2", title: "Gourmet Bar Food", description: "Indulge in our curated selection of premium bar bites. From birria tacos to bao buns and lamb dishes, every plate is carefully prepared.", media: { imageSrc: "http://img.b2bpic.net/free-photo/grilled-meat-decorated-with-vegetables_1303-12325.jpg", imageAlt: "Gourmet Bar Food" },
|
||||
id: "2", title: "Gourmet Bar Food", description: "Indulge in our curated selection of premium bar bites. From birria tacos to bao buns and lamb dishes, every plate is carefully prepared.", media: { imageSrc: "http://img.b2bpic.net/free-photo/grilled-meat-decorated-with-vegetables_1303-12325.jpg?_wi=2", imageAlt: "Gourmet Bar Food" },
|
||||
items: [
|
||||
{ icon: Utensils, text: "Premium ingredients" },
|
||||
{ icon: Flame, text: "Expert preparation" },
|
||||
|
||||
Reference in New Issue
Block a user