Update src/app/page.tsx

This commit is contained in:
2026-03-05 06:39:25 +00:00
parent 7f75bc2b65
commit cdd756544d

View File

@@ -138,11 +138,11 @@ export default function HomePage() {
tagIcon={Star}
products={[
{
id: "1", name: "Chicken Shawarma", price: "₹250", variant: "Spiced to Perfection", imageSrc: "http://img.b2bpic.net/free-photo/chicken-doner-wrap-with-vegetables_140725-10472.jpg", imageAlt: "Chicken Shawarma"},
id: "1", name: "Chicken Shawarma", price: "₹250", variant: "Spiced to Perfection", imageSrc: "http://img.b2bpic.net/free-photo/chicken-doner-wrap-with-vegetables_140725-10472.jpg?_wi=1", imageAlt: "Chicken Shawarma"},
{
id: "2", name: "Beef Burger Deluxe", price: "₹300", variant: "Premium Beef Patty", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-hot-burger-with-cold-beer-table-dark-blue-background_181624-58594.jpg", imageAlt: "Beef Burger"},
{
id: "3", name: "Cheese Pizza", price: "₹280", variant: "Loaded with Cheese", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-baked-pizza-oven-grate_23-2148120176.jpg", imageAlt: "Cheese Pizza"},
id: "3", name: "Cheese Pizza", price: "₹280", variant: "Loaded with Cheese", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-baked-pizza-oven-grate_23-2148120176.jpg?_wi=1", imageAlt: "Cheese Pizza"},
{
id: "4", name: "Arabian Pasta", price: "₹220", variant: "Creamy & Aromatic", imageSrc: "http://img.b2bpic.net/free-photo/serving-homemade-pappardelle-pasta-with-mushrooms-parmesan-cheese_53876-105902.jpg", imageAlt: "Arabian Pasta"},
]}
@@ -163,7 +163,7 @@ export default function HomePage() {
{ value: "500+", title: "Happy Customers Daily" },
{ value: "50+", title: "Menu Items" },
]}
imageSrc="http://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-standing-cafe_627829-5462.jpg"
imageSrc="http://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-standing-cafe_627829-5462.jpg?_wi=1"
imageAlt="Big Cheese Cafe Interior"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
@@ -189,7 +189,7 @@ export default function HomePage() {
imageSrc: "http://img.b2bpic.net/free-photo/ready-be-served-burger-plate_23-2148290713.jpg"},
{
id: "4", title: "Pastas", author: "Slow Cooked", description: "Creamy and aromatic pasta dishes inspired by Arabian cuisine. Rich sauces and fresh ingredients.", tags: ["Comfort Food", "Vegetarian Options"],
imageSrc: "http://img.b2bpic.net/free-photo/penne-pasta-cream-cheese_1339-3956.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/penne-pasta-cream-cheese_1339-3956.jpg?_wi=1"},
]}
animationType="slide-up"
textboxLayout="default"