From 2ae5075707d2720f5157ccefebd676df61cce6c0 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 04:38:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8d61a37..aa6f014 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,7 +72,7 @@ export default function PizzaClubLanding() { { value: "15+", title: "Years of Excellence" }, { value: "50K+", title: "Happy Customers" } ]} - imageSrc="http://img.b2bpic.net/free-photo/woman-arranging-dishware-table-restaurant_23-2147936226.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/woman-arranging-dishware-table-restaurant_23-2147936226.jpg" imageAlt="Warm and inviting restaurant interior with red accents" useInvertedBackground={false} mediaAnimation="slide-up" @@ -93,7 +93,7 @@ export default function PizzaClubLanding() { }, { id: "2", brand: "Signature Pizzas", name: "Margherita Classico", price: "$14.99", rating: 5, - reviewCount: "5.8k", imageSrc: "http://img.b2bpic.net/free-photo/view-pizza-wooden-background_23-2148574224.jpg?_wi=1", imageAlt: "Traditional margherita pizza with fresh mozzarella and basil" + reviewCount: "5.8k", imageSrc: "http://img.b2bpic.net/free-photo/view-pizza-wooden-background_23-2148574224.jpg", imageAlt: "Traditional margherita pizza with fresh mozzarella and basil" }, { id: "3", brand: "Signature Pizzas", name: "Quattro Formaggi", price: "$16.99", rating: 5, @@ -105,7 +105,7 @@ export default function PizzaClubLanding() { }, { id: "5", brand: "Desserts", name: "Traditional Tiramisu", price: "$7.99", rating: 5, - reviewCount: "2.7k", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cake-with-hot-chocolate-table_140725-6578.jpg?_wi=1", imageAlt: "Classic layered tiramisu with cocoa" + reviewCount: "2.7k", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cake-with-hot-chocolate-table_140725-6578.jpg", imageAlt: "Classic layered tiramisu with cocoa" }, { id: "6", brand: "Beverages", name: "Premium Italian Wine Selection", price: "$25.00", rating: 5, @@ -137,7 +137,7 @@ export default function PizzaClubLanding() { }, { id: "2", brand: "Restaurant Ambiance", name: "Interior Design", price: "", rating: 5, - reviewCount: "", imageSrc: "http://img.b2bpic.net/free-photo/woman-arranging-dishware-table-restaurant_23-2147936226.jpg?_wi=2", imageAlt: "Warm restaurant interior with elegant lighting" + reviewCount: "", imageSrc: "http://img.b2bpic.net/free-photo/woman-arranging-dishware-table-restaurant_23-2147936226.jpg", imageAlt: "Warm restaurant interior with elegant lighting" }, { id: "3", brand: "Customer Experience", name: "Happy Diners", price: "", rating: 5, @@ -145,7 +145,7 @@ export default function PizzaClubLanding() { }, { id: "4", brand: "Signature Dishes", name: "Culinary Creations", price: "", rating: 5, - reviewCount: "", imageSrc: "http://img.b2bpic.net/free-photo/view-pizza-wooden-background_23-2148574224.jpg?_wi=2", imageAlt: "Beautifully plated signature pizza" + reviewCount: "", imageSrc: "http://img.b2bpic.net/free-photo/view-pizza-wooden-background_23-2148574224.jpg", imageAlt: "Beautifully plated signature pizza" }, { id: "5", brand: "Special Moments", name: "Dining Experience", price: "", rating: 5, @@ -153,7 +153,7 @@ export default function PizzaClubLanding() { }, { id: "6", brand: "Chef's Artistry", name: "Gourmet Presentation", price: "", rating: 5, - reviewCount: "", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cake-with-hot-chocolate-table_140725-6578.jpg?_wi=2", imageAlt: "Elegantly plated tiramisu dessert" + reviewCount: "", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cake-with-hot-chocolate-table_140725-6578.jpg", imageAlt: "Elegantly plated tiramisu dessert" } ]} textboxLayout="default" @@ -201,9 +201,9 @@ export default function PizzaClubLanding() { tagIcon={Award} textboxLayout="default" useInvertedBackground={false} - names=[ + names={[ "Top Rated on Google", "4.9★ on Yelp", "Featured in Forbes", "Best Pizza Award 2024", "Customer Choice Winner", "TripAdvisor Favorite", "Michelin Guide Listed" - ] + ]} speed={40} showCard={true} /> @@ -261,4 +261,4 @@ export default function PizzaClubLanding() { ); -} +} \ No newline at end of file -- 2.49.1