From 9381f797d674eef744200695f6054eb4b4f4239a Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 8 May 2026 19:06:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bf7ec1e..d8a6993 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -97,12 +97,12 @@ export default function LandingPage() { title="Our Signature Menu" description="A refined selection of beverages and light bites to enhance your evening." products={[ - { id: "1", name: "Saffron Chai", price: "$8", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=de4e79" }, - { id: "2", name: "Signature Sheesha", price: "$35", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=j5chxf" }, - { id: "3", name: "Espresso Shot", price: "$5", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qtrpus" }, - { id: "4", name: "Gourmet Dessert", price: "$12", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=oel7y1" }, - { id: "5", name: "Cooling Mocktail", price: "$9", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pfh644" }, - { id: "6", name: "Premium Nuts Mix", price: "$7", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4bf6yx" }, + { id: "1", name: "Saffron Chai", price: "$8", imageSrc: "https://images.unsplash.com/photo-1594631252845-29fc4cc8cde9?q=80&w=800" }, + { id: "2", name: "Signature Sheesha", price: "$35", imageSrc: "https://images.unsplash.com/photo-1627471465660-6395b3644046?q=80&w=800" }, + { id: "3", name: "Spicy Samosa", price: "$6", imageSrc: "https://images.unsplash.com/photo-1601050690597-df0568f70950?q=80&w=800" }, + { id: "4", name: "Pakistani Biryani", price: "$14", imageSrc: "https://images.unsplash.com/photo-1589302168068-965664d5d83c?q=80&w=800" }, + { id: "5", name: "Mango Lassi", price: "$7", imageSrc: "https://images.unsplash.com/photo-1604909052743-94e838988d24?q=80&w=800" }, + { id: "6", name: "Gulab Jamun", price: "$8", imageSrc: "https://images.unsplash.com/photo-1606890737304-57a1ca8a5b62?q=80&w=800" }, ]} /> -- 2.49.1