From 246d5976acc670fc9c652d83e1e6f29c0aed759a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 14:10:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 75f04aa..e5a8a8c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -110,7 +110,7 @@ export default function LandingPage() { tagAnimation="slide-up" features={[ { - title: "Dine-In Experience", description: "Enjoy our warm, welcoming atmosphere with friendly service. Perfect for families, groups, or a casual meal with friends.", imageSrc: "http://img.b2bpic.net/free-photo/barwoman-making-coffee_23-2147821220.jpg", imageAlt: "Cozy restaurant dine-in seating ambiance" + title: "Dine-In Experience", description: "Enjoy our warm, welcoming atmosphere with friendly service. Perfect for families, groups, or a casual meal with friends.", imageSrc: "http://img.b2bpic.net/free-photo/barwoman-making-coffee_23-2147821220.jpg?_wi=1", imageAlt: "Cozy restaurant dine-in seating ambiance" }, { title: "Drive-Through Convenience", description: "Quick, efficient service without leaving your car. Grab your meal and go – perfect for busy days and on-the-go dining.", imageSrc: "http://img.b2bpic.net/free-photo/waiter-with-protective-face-mask-serving-coffee-couple-cafe_637285-7878.jpg", imageAlt: "Drive through service window restaurant" @@ -119,7 +119,7 @@ export default function LandingPage() { title: "No-Contact Delivery", description: "Safe, reliable delivery to your home or office. Your meal arrives hot and fresh with contactless drop-off for peace of mind.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-man-carrying-boxes_1149-23.jpg", imageAlt: "Food delivery service motorcycle fast" }, { - title: "Affordable Pricing", description: "Quality food that fits your budget. From 1 to 1,000 DZD, we have options for everyone. No compromise on taste or quality.", imageSrc: "http://img.b2bpic.net/free-photo/barwoman-making-coffee_23-2147821220.jpg", imageAlt: "Restaurant affordable quality service" + title: "Affordable Pricing", description: "Quality food that fits your budget. From 1 to 1,000 DZD, we have options for everyone. No compromise on taste or quality.", imageSrc: "http://img.b2bpic.net/free-photo/barwoman-making-coffee_23-2147821220.jpg?_wi=2", imageAlt: "Restaurant affordable quality service" } ]} gridVariant="two-columns-alternating-heights" @@ -140,11 +140,11 @@ export default function LandingPage() { products={[ { id: "1", brand: "Seven Days Pizza", name: "Classic Margherita Pizza", price: "450-650 DZD", rating: 5, - reviewCount: "42 reviews", imageSrc: "http://img.b2bpic.net/free-psd/delicious-pizza-poster-style_23-2148590999.jpg", imageAlt: "Classic Margherita Pizza fresh ingredients" + reviewCount: "42 reviews", imageSrc: "http://img.b2bpic.net/free-psd/delicious-pizza-poster-style_23-2148590999.jpg?_wi=1", imageAlt: "Classic Margherita Pizza fresh ingredients" }, { id: "2", brand: "Seven Days Pizza", name: "Spicy Pepperoni Mix", price: "500-750 DZD", rating: 5, - reviewCount: "38 reviews", imageSrc: "http://img.b2bpic.net/free-psd/delicious-pizza-poster-style_23-2148590999.jpg", imageAlt: "Spicy Pepperoni Pizza delicious" + reviewCount: "38 reviews", imageSrc: "http://img.b2bpic.net/free-psd/delicious-pizza-poster-style_23-2148590999.jpg?_wi=2", imageAlt: "Spicy Pepperoni Pizza delicious" }, { id: "3", brand: "Seven Days Pizza", name: "Premium Burger Mix", price: "350-600 DZD", rating: 5, @@ -152,15 +152,15 @@ export default function LandingPage() { }, { id: "4", brand: "Seven Days Pizza", name: "Signature Roulade", price: "300-500 DZD", rating: 5, - reviewCount: "28 reviews", imageSrc: "http://img.b2bpic.net/free-photo/homemade-delicious-raspberry-cake-roll_114579-62633.jpg", imageAlt: "Signature Roulade savory specialty" + reviewCount: "28 reviews", imageSrc: "http://img.b2bpic.net/free-photo/homemade-delicious-raspberry-cake-roll_114579-62633.jpg?_wi=1", imageAlt: "Signature Roulade savory specialty" }, { id: "5", brand: "Seven Days Pizza", name: "Seafood Special Pizza", price: "600-850 DZD", rating: 5, - reviewCount: "31 reviews", imageSrc: "http://img.b2bpic.net/free-psd/delicious-pizza-poster-style_23-2148590999.jpg", imageAlt: "Seafood Special Pizza fresh" + reviewCount: "31 reviews", imageSrc: "http://img.b2bpic.net/free-psd/delicious-pizza-poster-style_23-2148590999.jpg?_wi=3", imageAlt: "Seafood Special Pizza fresh" }, { id: "6", brand: "Seven Days Pizza", name: "Veggie Delight Roulade", price: "250-450 DZD", rating: 5, - reviewCount: "24 reviews", imageSrc: "http://img.b2bpic.net/free-photo/homemade-delicious-raspberry-cake-roll_114579-62633.jpg", imageAlt: "Veggie Delight Roulade fresh" + reviewCount: "24 reviews", imageSrc: "http://img.b2bpic.net/free-photo/homemade-delicious-raspberry-cake-roll_114579-62633.jpg?_wi=2", imageAlt: "Veggie Delight Roulade fresh" } ]} gridVariant="two-columns-alternating-heights" -- 2.49.1