From 7d11115285ee4f442c56d79d2be2da903ce51d6e Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 15:05:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ac7ef80..48cb13e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -86,15 +86,22 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={true} title="Full Menu" - description="Explore our complete collection of coffee, food, and specialty add-ons." + description="Explore our curated categories of coffee, food, and specialties." products={[ { id: "c1", name: "Signature Espresso", price: "₹150", variant: "Coffee", imageSrc: "http://img.b2bpic.net/free-photo/cup-with-strong-turkish-coffee-black-old-table-bizet-top-view_166373-2980.jpg" }, { id: "c2", name: "Velvet Mocha", price: "₹250", variant: "Coffee", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-adult-enjoying-warm-drink_23-2149134379.jpg" }, - { id: "c3", name: "Cold Brew", price: "₹280", variant: "Cold", imageSrc: "http://img.b2bpic.net/free-photo/coffee-with-ice-cubes-glass-wooden-spoon_23-2148441187.jpg" }, - { id: "f1", name: "Almond Croissant", price: "₹180", variant: "Food", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-little-cake-with-cream-fresh-sliced-fruits-along-with-cinnamon-tea-grey-blue-desk-fruit-cake-biscuit_140725-22588.jpg" }, - { id: "f2", name: "Seasonal Fruit Tart", price: "₹220", variant: "Food", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-jelly-pancakes-with-raisins-fruit-jelly-white-background-cake-biscuit-dessert-jelly-jam-sweet_140725-96513.jpg" }, - { id: "a1", name: "Extra Oat Milk", price: "₹40", variant: "Add-on", imageSrc: "http://img.b2bpic.net/free-photo/composition-beautiful-tableware-table_23-2148835161.jpg?_wi=1" }, - { id: "a2", name: "Vanilla Syrup", price: "₹30", variant: "Add-on", imageSrc: "http://img.b2bpic.net/free-photo/composition-beautiful-tableware-table_23-2148835161.jpg?_wi=2" } + { id: "c3", name: "Cold Brew", price: "₹280", variant: "Cold Brews", imageSrc: "http://img.b2bpic.net/free-photo/coffee-with-ice-cubes-glass-wooden-spoon_23-2148441187.jpg" }, + { id: "c4", name: "Hot Chocolate", price: "₹200", variant: "Hot Chocolates", imageSrc: "http://img.b2bpic.net/free-photo/hot-chocolate-with-marshmallows_23-2148750860.jpg" }, + { id: "m1", name: "Matcha Latte", price: "₹300", variant: "Matcha", imageSrc: "http://img.b2bpic.net/free-photo/matcha-latte-with-green-tea-powder_23-2148439162.jpg" }, + { id: "d1", name: "Almond Croissant", price: "₹180", variant: "Desserts", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-little-cake-with-cream-fresh-sliced-fruits-along-with-cinnamon-tea-grey-blue-desk-fruit-cake-biscuit_140725-22588.jpg" }, + { id: "d2", name: "Seasonal Fruit Tart", price: "₹220", variant: "Desserts", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-jelly-pancakes-with-raisins-fruit-jelly-white-background-cake-biscuit-dessert-jelly-jam-sweet_140725-96513.jpg" }, + { id: "mo1", name: "Mint Mojito", price: "₹250", variant: "Mojitos", imageSrc: "http://img.b2bpic.net/free-photo/fresh-mojito-cocktail-with-lime-mint_23-2148446210.jpg" }, + { id: "s1", name: "Vanilla Shake", price: "₹250", variant: "Shakes", imageSrc: "http://img.b2bpic.net/free-photo/vanilla-milkshake_23-2148321855.jpg" }, + { id: "p1", name: "Margherita Pizza", price: "₹450", variant: "Pizza", imageSrc: "http://img.b2bpic.net/free-photo/pizza-margherita_23-2148321855.jpg" }, + { id: "p2", name: "Arrabbiata Pasta", price: "₹400", variant: "Pasta", imageSrc: "http://img.b2bpic.net/free-photo/arrabbiata-pasta_23-2148321855.jpg" }, + { id: "w1", name: "Buffalo Wings", price: "₹350", variant: "Wings", imageSrc: "http://img.b2bpic.net/free-photo/buffalo-wings_23-2148321855.jpg" }, + { id: "a1", name: "Extra Oat Milk", price: "₹40", variant: "Add-ons", imageSrc: "http://img.b2bpic.net/free-photo/composition-beautiful-tableware-table_23-2148835161.jpg" }, + { id: "a2", name: "Vanilla Syrup", price: "₹30", variant: "Add-ons", imageSrc: "http://img.b2bpic.net/free-photo/composition-beautiful-tableware-table_23-2148835161.jpg" } ]} /> @@ -150,4 +157,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1