From 94855031a1e3937128c9569f5bde5f45ac795bda Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 18:41:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3972f8a..6a1a951 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -77,27 +77,27 @@ export default function LandingPage() { features={[ { id: 1, - title: "Tiffin Specials", description: "Traditional South Indian breakfast favorites including soft Idli, crispy Masala Dosa, golden Vada, and specialty Dosa varieties", imageSrc: "http://img.b2bpic.net/free-photo/nutritious-indian-dosa-assortment_23-2149086071.jpg", imageAlt: "Masala Dosa" + title: "Tiffin Specials", description: "Traditional South Indian breakfast favorites including soft Idli, crispy Masala Dosa, golden Vada, and specialty Dosa varieties", imageSrc: "http://img.b2bpic.net/free-photo/nutritious-indian-dosa-assortment_23-2149086071.jpg?_wi=1", imageAlt: "Masala Dosa" }, { id: 2, - title: "Chats & Street Snacks", description: "Authentic street-style snacks and chats prepared fresh with traditional spice blends and fresh ingredients", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-sugar-cookies-with-fresh-sliced-oranges-dark-background-cookies-biscuit-sugar-cake-dessert-sweet_140725-99323.jpg", imageAlt: "Crispy Vada" + title: "Chats & Street Snacks", description: "Authentic street-style snacks and chats prepared fresh with traditional spice blends and fresh ingredients", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-sugar-cookies-with-fresh-sliced-oranges-dark-background-cookies-biscuit-sugar-cake-dessert-sweet_140725-99323.jpg?_wi=1", imageAlt: "Crispy Vada" }, { id: 3, - title: "Sandwiches & Breads", description: "Gourmet sandwiches and freshly baked breads crafted with quality ingredients and creative vegetarian combinations", imageSrc: "http://img.b2bpic.net/free-photo/spices-rice-dishes-boards_23-2147894724.jpg", imageAlt: "Vegetarian specialties" + title: "Sandwiches & Breads", description: "Gourmet sandwiches and freshly baked breads crafted with quality ingredients and creative vegetarian combinations", imageSrc: "http://img.b2bpic.net/free-photo/spices-rice-dishes-boards_23-2147894724.jpg?_wi=1", imageAlt: "Vegetarian specialties" }, { id: 4, - title: "Pan Bhaji & Appetizers", description: "Aromatic Pan Bhaji, Gobi varieties, and delectable starters that showcase our culinary expertise", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-indian-restaurant-landing-page_23-2149442049.jpg", imageAlt: "Indian appetizers" + title: "Pan Bhaji & Appetizers", description: "Aromatic Pan Bhaji, Gobi varieties, and delectable starters that showcase our culinary expertise", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-indian-restaurant-landing-page_23-2149442049.jpg?_wi=1", imageAlt: "Indian appetizers" }, { id: 5, - title: "Beverages", description: "Authentic South Indian filter coffee, fresh fruit juices, refreshing lassi, and specialty drinks", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hands-holding-cups_23-2149860524.jpg", imageAlt: "South Indian filter coffee" + title: "Beverages", description: "Authentic South Indian filter coffee, fresh fruit juices, refreshing lassi, and specialty drinks", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hands-holding-cups_23-2149860524.jpg?_wi=1", imageAlt: "South Indian filter coffee" }, { id: 6, - title: "Wood Fire Pizza & Pasta", description: "Artisan wood-fired vegetarian pizzas and perfectly cooked pasta dishes combining Indian spices with Italian tradition", imageSrc: "http://img.b2bpic.net/free-photo/experienced-chef-is-putting-his-pizza-oven-using-special-giant-spatula_613910-3392.jpg", imageAlt: "Wood-fired pizza" + title: "Wood Fire Pizza & Pasta", description: "Artisan wood-fired vegetarian pizzas and perfectly cooked pasta dishes combining Indian spices with Italian tradition", imageSrc: "http://img.b2bpic.net/free-photo/experienced-chef-is-putting-his-pizza-oven-using-special-giant-spatula_613910-3392.jpg?_wi=1", imageAlt: "Wood-fired pizza" } ]} /> @@ -114,15 +114,15 @@ export default function LandingPage() { products={[ { id: "1", brand: "Quality", name: "100% Pure Vegetarian", price: "Certified", rating: 5, - reviewCount: "3.5k+", imageSrc: "http://img.b2bpic.net/free-photo/spices-rice-dishes-boards_23-2147894724.jpg", imageAlt: "Pure vegetarian cuisine" + reviewCount: "3.5k+", imageSrc: "http://img.b2bpic.net/free-photo/spices-rice-dishes-boards_23-2147894724.jpg?_wi=2", imageAlt: "Pure vegetarian cuisine" }, { id: "2", brand: "Ambiance", name: "Palace-Themed Design", price: "Luxurious", rating: 5, - reviewCount: "3.5k+", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-virtual-dating_23-2149265863.jpg", imageAlt: "Palace restaurant interior" + reviewCount: "3.5k+", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-virtual-dating_23-2149265863.jpg?_wi=1", imageAlt: "Palace restaurant interior" }, { id: "3", brand: "Cuisine", name: "Multi-Cuisine Excellence", price: "Authentic", rating: 5, - reviewCount: "3.5k+", imageSrc: "http://img.b2bpic.net/free-photo/experienced-chef-is-putting-his-pizza-oven-using-special-giant-spatula_613910-3392.jpg", imageAlt: "Diverse cuisine options" + reviewCount: "3.5k+", imageSrc: "http://img.b2bpic.net/free-photo/experienced-chef-is-putting-his-pizza-oven-using-special-giant-spatula_613910-3392.jpg?_wi=2", imageAlt: "Diverse cuisine options" }, { id: "4", brand: "Convenience", name: "Ample Parking", price: "Free", rating: 5, @@ -130,11 +130,11 @@ export default function LandingPage() { }, { id: "5", brand: "Service", name: "Dine-in, Pickup & Delivery", price: "Flexible", rating: 5, - reviewCount: "3.5k+", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-virtual-dating_23-2149265863.jpg", imageAlt: "Multiple service options" + reviewCount: "3.5k+", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-virtual-dating_23-2149265863.jpg?_wi=2", imageAlt: "Multiple service options" }, { id: "6", brand: "Value", name: "Pocket-Friendly Prices", price: "Affordable", rating: 5, - reviewCount: "3.5k+", imageSrc: "http://img.b2bpic.net/free-photo/spices-rice-dishes-boards_23-2147894724.jpg", imageAlt: "Affordable dining" + reviewCount: "3.5k+", imageSrc: "http://img.b2bpic.net/free-photo/spices-rice-dishes-boards_23-2147894724.jpg?_wi=3", imageAlt: "Affordable dining" } ]} /> @@ -184,22 +184,22 @@ export default function LandingPage() { animationType="slide-up" blogs={[ { - id: "1", category: "Tiffin Specials", title: "Golden Masala Dosa", excerpt: "Crispy South Indian tradition served with sambar and chutneys", imageSrc: "http://img.b2bpic.net/free-photo/nutritious-indian-dosa-assortment_23-2149086071.jpg", imageAlt: "Masala Dosa", authorName: "Chef's Selection", authorAvatar: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", date: "Tiffin Special" + id: "1", category: "Tiffin Specials", title: "Golden Masala Dosa", excerpt: "Crispy South Indian tradition served with sambar and chutneys", imageSrc: "http://img.b2bpic.net/free-photo/nutritious-indian-dosa-assortment_23-2149086071.jpg?_wi=2", imageAlt: "Masala Dosa", authorName: "Chef's Selection", authorAvatar: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", date: "Tiffin Special" }, { - id: "2", category: "South Indian", title: "Soft Idli Platter", excerpt: "Steamed perfection paired with aromatic sambar and fresh chutneys", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-indian-restaurant-landing-page_23-2149442049.jpg", imageAlt: "Idli Platter", authorName: "Chef's Selection", authorAvatar: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg", date: "Breakfast Favorite" + id: "2", category: "South Indian", title: "Soft Idli Platter", excerpt: "Steamed perfection paired with aromatic sambar and fresh chutneys", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-indian-restaurant-landing-page_23-2149442049.jpg?_wi=2", imageAlt: "Idli Platter", authorName: "Chef's Selection", authorAvatar: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg", date: "Breakfast Favorite" }, { - id: "3", category: "Complete Meals", title: "Royal Thali", excerpt: "Full vegetarian meal experience with curries, rice, and breads", imageSrc: "http://img.b2bpic.net/free-photo/spices-rice-dishes-boards_23-2147894724.jpg", imageAlt: "Thali Platter", authorName: "Chef's Selection", authorAvatar: "http://img.b2bpic.net/free-photo/friendly-positive-guy-approving-new-eyeglasses_1262-14230.jpg", date: "Complete Meal" + id: "3", category: "Complete Meals", title: "Royal Thali", excerpt: "Full vegetarian meal experience with curries, rice, and breads", imageSrc: "http://img.b2bpic.net/free-photo/spices-rice-dishes-boards_23-2147894724.jpg?_wi=4", imageAlt: "Thali Platter", authorName: "Chef's Selection", authorAvatar: "http://img.b2bpic.net/free-photo/friendly-positive-guy-approving-new-eyeglasses_1262-14230.jpg", date: "Complete Meal" }, { - id: "4", category: "Beverages", title: "Authentic Filter Coffee", excerpt: "Traditional South Indian coffee prepared with care and tradition", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hands-holding-cups_23-2149860524.jpg", imageAlt: "Filter Coffee", authorName: "Chef's Selection", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-bearded-man-with-ear-bandage_23-2149705925.jpg", date: "Signature Beverage" + id: "4", category: "Beverages", title: "Authentic Filter Coffee", excerpt: "Traditional South Indian coffee prepared with care and tradition", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hands-holding-cups_23-2149860524.jpg?_wi=2", imageAlt: "Filter Coffee", authorName: "Chef's Selection", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-bearded-man-with-ear-bandage_23-2149705925.jpg", date: "Signature Beverage" }, { - id: "5", category: "Specialty", title: "Wood-Fired Pizza", excerpt: "Artisan vegetarian pizzas crafted in traditional wood-fired ovens", imageSrc: "http://img.b2bpic.net/free-photo/experienced-chef-is-putting-his-pizza-oven-using-special-giant-spatula_613910-3392.jpg", imageAlt: "Wood-fired Pizza", authorName: "Chef's Selection", authorAvatar: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", date: "Premium Special" + id: "5", category: "Specialty", title: "Wood-Fired Pizza", excerpt: "Artisan vegetarian pizzas crafted in traditional wood-fired ovens", imageSrc: "http://img.b2bpic.net/free-photo/experienced-chef-is-putting-his-pizza-oven-using-special-giant-spatula_613910-3392.jpg?_wi=3", imageAlt: "Wood-fired Pizza", authorName: "Chef's Selection", authorAvatar: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", date: "Premium Special" }, { - id: "6", category: "Snacks", title: "Crispy Vada", excerpt: "Golden fried savory snack, soft inside with perfect seasoning", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-sugar-cookies-with-fresh-sliced-oranges-dark-background-cookies-biscuit-sugar-cake-dessert-sweet_140725-99323.jpg", imageAlt: "Crispy Vada", authorName: "Chef's Selection", authorAvatar: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg", date: "Tiffin Favorite" + id: "6", category: "Snacks", title: "Crispy Vada", excerpt: "Golden fried savory snack, soft inside with perfect seasoning", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-sugar-cookies-with-fresh-sliced-oranges-dark-background-cookies-biscuit-sugar-cake-dessert-sweet_140725-99323.jpg?_wi=2", imageAlt: "Crispy Vada", authorName: "Chef's Selection", authorAvatar: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg", date: "Tiffin Favorite" } ]} /> -- 2.49.1