From 5b85fbd6a0bfbaee4fa499768cfac48318244cc6 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 15:27:31 +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 6b2ec95..0ae0c63 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -79,15 +79,15 @@ export default function LandingPage() { features={[ { id: "handcrafted", title: "Handcrafted Burgers", author: "Fresh Daily", description: "Quality ingredients, bold flavours, made fresh to order every time. No shortcuts.", tags: ["Quality", "Fresh"], - imageSrc: "http://img.b2bpic.net/free-photo/front-view-veggie-burger-plate_23-2148784527.jpg", imageAlt: "Handcrafted burger" + imageSrc: "http://img.b2bpic.net/free-photo/front-view-veggie-burger-plate_23-2148784527.jpg?_wi=1", imageAlt: "Handcrafted burger" }, { id: "loaded", title: "Loaded Fries & Cheesy Sandwiches", author: "Customer Favourite", description: "Crispy fries piled high, melted cheese, and bold toppings. Fully loaded, fully satisfied.", tags: ["Craveable", "Bold"], - imageSrc: "http://img.b2bpic.net/free-photo/french-fries-ketchup-mayonnaise-wooden-table_140725-9618.jpg", imageAlt: "Loaded french fries" + imageSrc: "http://img.b2bpic.net/free-photo/french-fries-ketchup-mayonnaise-wooden-table_140725-9618.jpg?_wi=1", imageAlt: "Loaded french fries" }, { id: "affordable", title: "Affordable & Filling", author: "₹200–₹400", description: "Quality burgers and sides that won't break the bank. Real food, local prices, neighbourhood vibes.", tags: ["Affordable", "Filling"], - imageSrc: "http://img.b2bpic.net/free-photo/tasty-american-hamburgers_23-2147783563.jpg", imageAlt: "Fully loaded chicken burger" + imageSrc: "http://img.b2bpic.net/free-photo/tasty-american-hamburgers_23-2147783563.jpg?_wi=1", imageAlt: "Fully loaded chicken burger" } ]} animationType="slide-up" @@ -102,13 +102,13 @@ export default function LandingPage() { description="Our bestsellers and customer favourites. Bold, craveable, and made fresh." products={[ { - id: "mac-cheese-burger", name: "Mac & Cheese Burger", price: "₹320", variant: "Loaded with melted cheese & crispy patty", imageSrc: "http://img.b2bpic.net/free-photo/front-view-veggie-burger-plate_23-2148784527.jpg", imageAlt: "Mac and cheese burger" + id: "mac-cheese-burger", name: "Mac & Cheese Burger", price: "₹320", variant: "Loaded with melted cheese & crispy patty", imageSrc: "http://img.b2bpic.net/free-photo/front-view-veggie-burger-plate_23-2148784527.jpg?_wi=2", imageAlt: "Mac and cheese burger" }, { - id: "chicken-burger", name: "Fully Loaded Chicken", price: "₹280", variant: "Crispy fried chicken with toppings", imageSrc: "http://img.b2bpic.net/free-photo/tasty-american-hamburgers_23-2147783563.jpg", imageAlt: "Fried chicken burger" + id: "chicken-burger", name: "Fully Loaded Chicken", price: "₹280", variant: "Crispy fried chicken with toppings", imageSrc: "http://img.b2bpic.net/free-photo/tasty-american-hamburgers_23-2147783563.jpg?_wi=2", imageAlt: "Fried chicken burger" }, { - id: "french-fries", name: "French Fries", price: "₹150", variant: "Crispy & seasoned to perfection", imageSrc: "http://img.b2bpic.net/free-photo/french-fries-ketchup-mayonnaise-wooden-table_140725-9618.jpg", imageAlt: "Golden french fries" + id: "french-fries", name: "French Fries", price: "₹150", variant: "Crispy & seasoned to perfection", imageSrc: "http://img.b2bpic.net/free-photo/french-fries-ketchup-mayonnaise-wooden-table_140725-9618.jpg?_wi=2", imageAlt: "Golden french fries" }, { id: "chicken-roll", name: "Chicken Roll", price: "₹220", variant: "Wrapped & loaded with flavour", imageSrc: "http://img.b2bpic.net/free-photo/chicken-doner-wrap-flatbread-served-with-french-fries_140725-6551.jpg", imageAlt: "Filled chicken roll" -- 2.49.1