From 44c9b53320064c6fabbbe0b8382640731bbc7e9e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 16:43:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 47afbf7..ccc01ff 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,17 +55,17 @@ export default function LandingPage() { buttonAnimation="slide-up" carouselItems={[ { - id: "1", imageSrc: "http://img.b2bpic.net/free-photo/table-chairs-bar_107420-65857.jpg", imageAlt: "TREND117 Coffee Shop Interior"}, + id: "1", imageSrc: "http://img.b2bpic.net/free-photo/table-chairs-bar_107420-65857.jpg?_wi=1", imageAlt: "TREND117 Coffee Shop Interior"}, { - id: "2", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cap-coffee_1203-1627.jpg", imageAlt: "Premium Flat White"}, + id: "2", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cap-coffee_1203-1627.jpg?_wi=1", imageAlt: "Premium Flat White"}, { - id: "3", imageSrc: "http://img.b2bpic.net/free-photo/cold-summer-coffee-drink-with-ice-orange-juice_169016-21399.jpg", imageAlt: "Refreshing Iced Coffee"}, + id: "3", imageSrc: "http://img.b2bpic.net/free-photo/cold-summer-coffee-drink-with-ice-orange-juice_169016-21399.jpg?_wi=1", imageAlt: "Refreshing Iced Coffee"}, { - id: "4", imageSrc: "http://img.b2bpic.net/free-photo/cappuccino-glass-table_140725-4500.jpg", imageAlt: "Classic Cappuccino"}, + id: "4", imageSrc: "http://img.b2bpic.net/free-photo/cappuccino-glass-table_140725-4500.jpg?_wi=1", imageAlt: "Classic Cappuccino"}, { - id: "5", imageSrc: "http://img.b2bpic.net/free-photo/waffles-coffee-wooden-table_501050-1040.jpg", imageAlt: "Delicious Waffles"}, + id: "5", imageSrc: "http://img.b2bpic.net/free-photo/waffles-coffee-wooden-table_501050-1040.jpg?_wi=1", imageAlt: "Delicious Waffles"}, { - id: "6", imageSrc: "http://img.b2bpic.net/free-photo/pancake-chocolate-cake-with-fresh-raspberries-pink-background_127032-3433.jpg", imageAlt: "Sweet Crepes"}, + id: "6", imageSrc: "http://img.b2bpic.net/free-photo/pancake-chocolate-cake-with-fresh-raspberries-pink-background_127032-3433.jpg?_wi=1", imageAlt: "Sweet Crepes"}, ]} autoPlay={true} autoPlayInterval={4000} @@ -86,17 +86,17 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" products={[ { - id: "1", name: "Flat White", price: "SAR 15", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cap-coffee_1203-1627.jpg", imageAlt: "Flat White Coffee"}, + id: "1", name: "Flat White", price: "SAR 15", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cap-coffee_1203-1627.jpg?_wi=2", imageAlt: "Flat White Coffee"}, { - id: "2", name: "Iced Coffee", price: "SAR 12", imageSrc: "http://img.b2bpic.net/free-photo/cold-summer-coffee-drink-with-ice-orange-juice_169016-21399.jpg", imageAlt: "Iced Coffee"}, + id: "2", name: "Iced Coffee", price: "SAR 12", imageSrc: "http://img.b2bpic.net/free-photo/cold-summer-coffee-drink-with-ice-orange-juice_169016-21399.jpg?_wi=2", imageAlt: "Iced Coffee"}, { - id: "3", name: "Cappuccino", price: "SAR 14", imageSrc: "http://img.b2bpic.net/free-photo/cappuccino-glass-table_140725-4500.jpg", imageAlt: "Cappuccino"}, + id: "3", name: "Cappuccino", price: "SAR 14", imageSrc: "http://img.b2bpic.net/free-photo/cappuccino-glass-table_140725-4500.jpg?_wi=2", imageAlt: "Cappuccino"}, { id: "4", name: "Mojito", price: "SAR 10", imageSrc: "http://img.b2bpic.net/free-photo/mojito-cocktail-wooden-table_1150-18401.jpg", imageAlt: "Fresh Mojito"}, { - id: "5", name: "Waffles", price: "SAR 16", imageSrc: "http://img.b2bpic.net/free-photo/waffles-coffee-wooden-table_501050-1040.jpg", imageAlt: "Crispy Waffles"}, + id: "5", name: "Waffles", price: "SAR 16", imageSrc: "http://img.b2bpic.net/free-photo/waffles-coffee-wooden-table_501050-1040.jpg?_wi=2", imageAlt: "Crispy Waffles"}, { - id: "6", name: "Crepes", price: "SAR 14", imageSrc: "http://img.b2bpic.net/free-photo/pancake-chocolate-cake-with-fresh-raspberries-pink-background_127032-3433.jpg", imageAlt: "Sweet Crepes"}, + id: "6", name: "Crepes", price: "SAR 14", imageSrc: "http://img.b2bpic.net/free-photo/pancake-chocolate-cake-with-fresh-raspberries-pink-background_127032-3433.jpg?_wi=2", imageAlt: "Sweet Crepes"}, ]} /> @@ -130,7 +130,7 @@ export default function LandingPage() { description="Fatima & Team" subdescription="TREND117 Coffee - As Suwaidi, Riyadh" icon={Coffee} - imageSrc="http://img.b2bpic.net/free-photo/table-chairs-bar_107420-65857.jpg" + imageSrc="http://img.b2bpic.net/free-photo/table-chairs-bar_107420-65857.jpg?_wi=2" imageAlt="TREND117 Coffee Shop" mediaAnimation="slide-up" useInvertedBackground={false} @@ -161,7 +161,7 @@ export default function LandingPage() { description="Located behind Al Qasr Mall near Suwaidi Park Walkway. Open daily until 4 AM. Dine-in and Kerbside Pickup available. Call ahead for orders or visit us anytime. WhatsApp support available." background={{ variant: "floatingGradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/table-chairs-bar_107420-65857.jpg" + imageSrc="http://img.b2bpic.net/free-photo/table-chairs-bar_107420-65857.jpg?_wi=3" imageAlt="TREND117 Location" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1