Update src/app/page.tsx

This commit is contained in:
2026-04-15 07:30:11 +00:00
parent 0929a0957d
commit 0765bb65f0

View File

@@ -99,7 +99,7 @@ export default function LandingPage() {
{
id: "4", name: "Flat White", price: "$5.00", variant: "Coffee", imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-latte-art_1150-12808.jpg"},
{
id: "5", name: "Honey-Salt Toastie", price: "$9.00", variant: "Food", imageSrc: "http://img.b2bpic.net/free-photo/close-up-gourmet-toastie-melted-cheese-bread_23-2148467472.jpg"},
id: "5", name: "Honey-Salt Toastie", price: "$9.00", variant: "Food", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CNrC43KPEmPWd5yo1BdJUtWT1J/uploaded-1776238193516-uqosovax.jpg"},
{
id: "6", name: "Cold Brew", price: "$6.50", variant: "Cold Drink", imageSrc: "http://img.b2bpic.net/free-photo/glass-iced-coffee_1150-13645.jpg"},
]}
@@ -169,4 +169,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}