From db6e0c26af8274b43c89c7515e9e1afc8417f640 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Mar 2026 11:15:58 +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 7dca040..5dac5a7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -87,7 +87,7 @@ export default function LandingPage() { }, { id: "smoothie-bowl", brand: "Wellness Blend", name: "Superfood Smoothie Bowl", price: "$8.95", rating: 5, - reviewCount: "423", imageSrc: "http://img.b2bpic.net/free-photo/top-view-bowl-with-homemade-granola_23-2148543710.jpg", imageAlt: "Gourmet superfood smoothie bowl" + reviewCount: "423", imageSrc: "http://img.b2bpic.net/free-photo/top-view-bowl-with-homemade-granola_23-2148543710.jpg?_wi=1", imageAlt: "Gourmet superfood smoothie bowl" }, { id: "hot-chocolate", brand: "Artisan Craft", name: "Premium Hot Chocolate", price: "$6.75", rating: 5, @@ -99,7 +99,7 @@ export default function LandingPage() { }, { id: "seasonal-special", brand: "Limited Edition", name: "Seasonal Selection", price: "$7.95", rating: 5, - reviewCount: "356", imageSrc: "http://img.b2bpic.net/free-photo/top-view-bowl-with-homemade-granola_23-2148543710.jpg", imageAlt: "Seasonal specialty drink" + reviewCount: "356", imageSrc: "http://img.b2bpic.net/free-photo/top-view-bowl-with-homemade-granola_23-2148543710.jpg?_wi=2", imageAlt: "Seasonal specialty drink" } ]} /> @@ -134,16 +134,16 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Premium High-Speed WiFi", description: "Reliable, fast connectivity so you can focus on what matters. Perfect for video calls and streaming.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-with-laptop-table-restaurant_23-2147871263.jpg", imageAlt: "Modern workspace with laptop and connectivity" + title: "Premium High-Speed WiFi", description: "Reliable, fast connectivity so you can focus on what matters. Perfect for video calls and streaming.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-with-laptop-table-restaurant_23-2147871263.jpg?_wi=1", imageAlt: "Modern workspace with laptop and connectivity" }, { - title: "Thoughtful Seating Zones", description: "From quiet corners for focused work to collaborative tables for teams. Choose your perfect spot.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-with-laptop-table-restaurant_23-2147871263.jpg", imageAlt: "Diverse seating areas for different work styles" + title: "Thoughtful Seating Zones", description: "From quiet corners for focused work to collaborative tables for teams. Choose your perfect spot.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-with-laptop-table-restaurant_23-2147871263.jpg?_wi=2", imageAlt: "Diverse seating areas for different work styles" }, { - title: "Abundant Power Outlets", description: "Keep your devices charged throughout the day. Strategically placed for maximum convenience.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-with-laptop-table-restaurant_23-2147871263.jpg", imageAlt: "Power-ready workspace design" + title: "Abundant Power Outlets", description: "Keep your devices charged throughout the day. Strategically placed for maximum convenience.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-with-laptop-table-restaurant_23-2147871263.jpg?_wi=3", imageAlt: "Power-ready workspace design" }, { - title: "All-Day Refreshment", description: "Unlimited coffee refills, fresh pastries, and premium beverages to fuel your productivity.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-with-laptop-table-restaurant_23-2147871263.jpg", imageAlt: "Refreshment station for work sessions" + title: "All-Day Refreshment", description: "Unlimited coffee refills, fresh pastries, and premium beverages to fuel your productivity.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-with-laptop-table-restaurant_23-2147871263.jpg?_wi=4", imageAlt: "Refreshment station for work sessions" } ]} /> -- 2.49.1