From f38a87e5402cd3a0a9294b014b49e05c32090b71 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 08:59:59 +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 54c92e2..79faded 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,11 +72,11 @@ export default function LandingPage() { description="Discover what makes us the preferred café in Khed" features={[ { - id: "1", title: "Fresh Coffee", description: "Expertly brewed coffee using premium beans sourced locally and internationally", tag: "Specialty", imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-table-grey-background_1220-7312.jpg", imageAlt: "Fresh brewed coffee"}, + id: "1", title: "Fresh Coffee", description: "Expertly brewed coffee using premium beans sourced locally and internationally", tag: "Specialty", imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-table-grey-background_1220-7312.jpg?_wi=1", imageAlt: "Fresh brewed coffee"}, { - id: "2", title: "Delicious Pizza", description: "Wood-fired oven pizza prepared fresh with authentic Italian recipes and quality ingredients", tag: "Food", imageSrc: "http://img.b2bpic.net/free-photo/neapolitan-spicy-pizza-with-ham-cheese-arugula-basil-tomatoes-pepperoni-pepper-sprayed-with-cheese_78826-2234.jpg", imageAlt: "Wood-fired pizza"}, + id: "2", title: "Delicious Pizza", description: "Wood-fired oven pizza prepared fresh with authentic Italian recipes and quality ingredients", tag: "Food", imageSrc: "http://img.b2bpic.net/free-photo/neapolitan-spicy-pizza-with-ham-cheese-arugula-basil-tomatoes-pepperoni-pepper-sprayed-with-cheese_78826-2234.jpg?_wi=1", imageAlt: "Wood-fired pizza"}, { - id: "3", title: "Ice Cream Treats", description: "Homemade ice cream in various flavors perfect for dessert or quick refresh", tag: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/close-up-homemade-gelato-sorbet_23-2148425447.jpg", imageAlt: "Delicious ice cream"}, + id: "3", title: "Ice Cream Treats", description: "Homemade ice cream in various flavors perfect for dessert or quick refresh", tag: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/close-up-homemade-gelato-sorbet_23-2148425447.jpg?_wi=1", imageAlt: "Delicious ice cream"}, { id: "4", title: "Comfortable Seating", description: "Spacious indoor seating with modern amenities for a relaxing café experience", tag: "Ambience", imageSrc: "http://img.b2bpic.net/free-photo/red-chair-table-cafe_1339-8016.jpg", imageAlt: "Comfortable indoor seating area"}, ]} @@ -95,13 +95,13 @@ export default function LandingPage() { products={[ { id: "1", brand: "Café Banchetta", name: "Cappuccino", price: "₹150", rating: 5, - reviewCount: "245", imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-table-grey-background_1220-7312.jpg", imageAlt: "Cappuccino coffee"}, + reviewCount: "245", imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-table-grey-background_1220-7312.jpg?_wi=2", imageAlt: "Cappuccino coffee"}, { id: "2", brand: "Café Banchetta", name: "Margherita Pizza", price: "₹350", rating: 5, - reviewCount: "189", imageSrc: "http://img.b2bpic.net/free-photo/neapolitan-spicy-pizza-with-ham-cheese-arugula-basil-tomatoes-pepperoni-pepper-sprayed-with-cheese_78826-2234.jpg", imageAlt: "Margherita Pizza"}, + reviewCount: "189", imageSrc: "http://img.b2bpic.net/free-photo/neapolitan-spicy-pizza-with-ham-cheese-arugula-basil-tomatoes-pepperoni-pepper-sprayed-with-cheese_78826-2234.jpg?_wi=2", imageAlt: "Margherita Pizza"}, { id: "3", brand: "Café Banchetta", name: "Vanilla Ice Cream", price: "₹100", rating: 4, - reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/close-up-homemade-gelato-sorbet_23-2148425447.jpg", imageAlt: "Vanilla ice cream"}, + reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/close-up-homemade-gelato-sorbet_23-2148425447.jpg?_wi=2", imageAlt: "Vanilla ice cream"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" -- 2.49.1