Update src/app/page.tsx
This commit is contained in:
@@ -159,25 +159,25 @@ export default function LandingPage() {
|
||||
id: "p1",
|
||||
name: "Brown Sugar Pearl Milk Tea",
|
||||
price: "₱95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/composition-with-delicious-traditional-thai-tea_23-2148994341.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/composition-with-delicious-traditional-thai-tea_23-2148994341.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Signature Iced Coffee",
|
||||
price: "₱85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-ai-generated_23-2150691643.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-ai-generated_23-2150691643.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Classic Milk Tea",
|
||||
price: "₱75",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-composition-healthy-breakfast-meal-with-yogurt_23-2148894695.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-composition-healthy-breakfast-meal-with-yogurt_23-2148894695.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Crispy Nachos",
|
||||
price: "₱60",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/teriyaki-chicken-burger_1339-3593.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/teriyaki-chicken-burger_1339-3593.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
@@ -206,25 +206,25 @@ export default function LandingPage() {
|
||||
title: "Dine-in",
|
||||
description: "Relax in our cozy cafe.",
|
||||
buttonIcon: "Coffee",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/composition-with-delicious-traditional-thai-tea_23-2148994341.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/composition-with-delicious-traditional-thai-tea_23-2148994341.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
title: "Takeout",
|
||||
description: "Grab your drinks on the go.",
|
||||
buttonIcon: "ShoppingBag",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-ai-generated_23-2150691643.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-ai-generated_23-2150691643.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
title: "No-Contact Delivery",
|
||||
description: "Delivered safely to your door.",
|
||||
buttonIcon: "Truck",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-composition-healthy-breakfast-meal-with-yogurt_23-2148894695.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-composition-healthy-breakfast-meal-with-yogurt_23-2148894695.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
title: "In-Store Pickup",
|
||||
description: "Order ahead and pick up easily.",
|
||||
buttonIcon: "Clock",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/teriyaki-chicken-burger_1339-3593.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/teriyaki-chicken-burger_1339-3593.jpg?_wi=2",
|
||||
},
|
||||
]}
|
||||
title="How to Enjoy"
|
||||
|
||||
Reference in New Issue
Block a user