Update src/app/page.tsx
This commit is contained in:
@@ -193,42 +193,42 @@ export default function LandingPage() {
|
||||
name: "Artisan Gelato",
|
||||
price: "Signature",
|
||||
variant: "Small Batch",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ice-cream-with-mixed-fruit_1339-4927.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ice-cream-with-mixed-fruit_1339-4927.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mountain Latte",
|
||||
price: "Premium",
|
||||
variant: "Bio Milk",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ice-cream-with-mixed-fruit_1339-4927.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ice-cream-with-mixed-fruit_1339-4927.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Traditional Banitsa",
|
||||
price: "Local",
|
||||
variant: "Fresh",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ice-cream-with-mixed-fruit_1339-4927.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ice-cream-with-mixed-fruit_1339-4927.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Cold Tarator",
|
||||
price: "Refreshing",
|
||||
variant: "Traditional",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ice-cream-with-mixed-fruit_1339-4927.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ice-cream-with-mixed-fruit_1339-4927.jpg?_wi=4",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Espresso Blend",
|
||||
price: "Mountain",
|
||||
variant: "Bold",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ice-cream-with-mixed-fruit_1339-4927.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ice-cream-with-mixed-fruit_1339-4927.jpg?_wi=5",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Affogato",
|
||||
price: "Sweet",
|
||||
variant: "Signature",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ice-cream-with-mixed-fruit_1339-4927.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ice-cream-with-mixed-fruit_1339-4927.jpg?_wi=6",
|
||||
},
|
||||
]}
|
||||
title="Signature Gelato & Latte Experience"
|
||||
|
||||
Reference in New Issue
Block a user