From 0c10289d009b7fa9e2ae86b926163db7507e7905 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 20:46:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f8f3392..6ea400e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,16 +48,16 @@ export default function LandingPage() { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS0Wmg5qWyQ6shZl39kHL2wDuO/uploaded-1772570711732-o01iipg7.png", imageAlt: "Fresh boba tea with tapioca pearls" }, { - imageSrc: "http://img.b2bpic.net/free-photo/green-tea-fresh-milk-served-with-delicious-snacks_1150-24494.jpg", imageAlt: "Creamy matcha latte with boba" + imageSrc: "http://img.b2bpic.net/free-photo/green-tea-fresh-milk-served-with-delicious-snacks_1150-24494.jpg?_wi=1", imageAlt: "Creamy matcha latte with boba" }, { - imageSrc: "http://img.b2bpic.net/free-photo/butterfly-pea-juice-with-coconut-wooden-surface_1150-44420.jpg", imageAlt: "Vibrant taro milk tea" + imageSrc: "http://img.b2bpic.net/free-photo/butterfly-pea-juice-with-coconut-wooden-surface_1150-44420.jpg?_wi=1", imageAlt: "Vibrant taro milk tea" }, { - imageSrc: "http://img.b2bpic.net/free-photo/lychee-jelly-seasonal-fruit-beautifully-decorated-thai-dessert-concept_1150-23459.jpg", imageAlt: "Refreshing strawberry boba tea" + imageSrc: "http://img.b2bpic.net/free-photo/lychee-jelly-seasonal-fruit-beautifully-decorated-thai-dessert-concept_1150-23459.jpg?_wi=1", imageAlt: "Refreshing strawberry boba tea" }, { - imageSrc: "http://img.b2bpic.net/free-photo/modern-restaurant_1127-2154.jpg", imageAlt: "Modern boba tea shop interior" + imageSrc: "http://img.b2bpic.net/free-photo/modern-restaurant_1127-2154.jpg?_wi=1", imageAlt: "Modern boba tea shop interior" } ]} buttons={[ @@ -75,7 +75,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} imagePosition="right" - imageSrc="http://img.b2bpic.net/free-photo/modern-restaurant_1127-2154.jpg" + imageSrc="http://img.b2bpic.net/free-photo/modern-restaurant_1127-2154.jpg?_wi=2" imageAlt="Tea Cup boba tea shop interior" mediaAnimation="blur-reveal" bulletPoints={[ @@ -105,13 +105,13 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" products={[ { - id: "1", name: "Classic Matcha Latte", price: "$6.50", imageSrc: "http://img.b2bpic.net/free-photo/green-tea-fresh-milk-served-with-delicious-snacks_1150-24494.jpg", imageAlt: "Creamy matcha latte with tapioca pearls" + id: "1", name: "Classic Matcha Latte", price: "$6.50", imageSrc: "http://img.b2bpic.net/free-photo/green-tea-fresh-milk-served-with-delicious-snacks_1150-24494.jpg?_wi=2", imageAlt: "Creamy matcha latte with tapioca pearls" }, { - id: "2", name: "Taro Milk Tea", price: "$6.50", imageSrc: "http://img.b2bpic.net/free-photo/butterfly-pea-juice-with-coconut-wooden-surface_1150-44420.jpg", imageAlt: "Rich taro milk tea with boba" + id: "2", name: "Taro Milk Tea", price: "$6.50", imageSrc: "http://img.b2bpic.net/free-photo/butterfly-pea-juice-with-coconut-wooden-surface_1150-44420.jpg?_wi=2", imageAlt: "Rich taro milk tea with boba" }, { - id: "3", name: "Strawberry Boba Tea", price: "$6.50", imageSrc: "http://img.b2bpic.net/free-photo/lychee-jelly-seasonal-fruit-beautifully-decorated-thai-dessert-concept_1150-23459.jpg", imageAlt: "Refreshing strawberry boba tea" + id: "3", name: "Strawberry Boba Tea", price: "$6.50", imageSrc: "http://img.b2bpic.net/free-photo/lychee-jelly-seasonal-fruit-beautifully-decorated-thai-dessert-concept_1150-23459.jpg?_wi=2", imageAlt: "Refreshing strawberry boba tea" } ]} /> -- 2.49.1