From a5487cac4978cbe6d40357ac2eb4ea9eeb30acba Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 18:12:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f67c1e9..4db3be8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -107,7 +107,7 @@ export default function LandingPage() { href: "#menu", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/water-droplets-purple-textured-plume-against-black-background_23-2148114551.jpg" + imageSrc="http://img.b2bpic.net/free-photo/water-droplets-purple-textured-plume-against-black-background_23-2148114551.jpg?_wi=1" imageAlt="Qahwih Logo" mediaAnimation="slide-up" avatars={[ @@ -203,25 +203,25 @@ export default function LandingPage() { id: "1", name: "Classic Espresso", price: "3.50 JOD", - imageSrc: "http://img.b2bpic.net/free-photo/hookah-sparksfrom-grapefruit-hookah-bowl_141793-3261.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hookah-sparksfrom-grapefruit-hookah-bowl_141793-3261.jpg?_wi=1", }, { id: "2", name: "Signature Croissant", price: "2.50 JOD", - imageSrc: "http://img.b2bpic.net/free-photo/glass-jar-full-cinnamon-sticks-with-cup-tea_114579-77500.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/glass-jar-full-cinnamon-sticks-with-cup-tea_114579-77500.jpg?_wi=1", }, { id: "3", name: "Caramel Cold Brew", price: "4.50 JOD", - imageSrc: "http://img.b2bpic.net/free-photo/refreshing-boozy-white-russian-cocktail-with-vodka-cream_123827-37414.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/refreshing-boozy-white-russian-cocktail-with-vodka-cream_123827-37414.jpg?_wi=1", }, { id: "4", name: "Vanilla Latte", price: "4.00 JOD", - imageSrc: "http://img.b2bpic.net/free-photo/abstract-smooth-brown-wall-background-layout-designstudioroomweb-templatebusiness-report-with-smooth-circle-gradient-color_1258-90234.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/abstract-smooth-brown-wall-background-layout-designstudioroomweb-templatebusiness-report-with-smooth-circle-gradient-color_1258-90234.jpg?_wi=1", }, { id: "5", @@ -295,7 +295,7 @@ export default function LandingPage() { quote: "The atmosphere is unmatched.", tag: "Coffee Lover", avatarSrc: "http://img.b2bpic.net/free-photo/studio-portrait-blond-female-dressed-white-shirt-red-eyeglasses_613910-14657.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/water-droplets-purple-textured-plume-against-black-background_23-2148114551.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/water-droplets-purple-textured-plume-against-black-background_23-2148114551.jpg?_wi=2", imageAlt: "sophisticated coffee customer", }, { @@ -306,7 +306,7 @@ export default function LandingPage() { quote: "Premium quality in every sip.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-entrepreneur-asian-business-owner-manager-sitting-confident-smiling_1258-199005.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/hookah-sparksfrom-grapefruit-hookah-bowl_141793-3261.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hookah-sparksfrom-grapefruit-hookah-bowl_141793-3261.jpg?_wi=2", imageAlt: "sophisticated coffee customer", }, { @@ -317,7 +317,7 @@ export default function LandingPage() { quote: "Best spot to study late at night.", tag: "Student", avatarSrc: "http://img.b2bpic.net/free-photo/girl-puts-her-glasses-sitting-with-cup-coffee-cafe_8353-1376.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/glass-jar-full-cinnamon-sticks-with-cup-tea_114579-77500.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/glass-jar-full-cinnamon-sticks-with-cup-tea_114579-77500.jpg?_wi=2", imageAlt: "sophisticated coffee customer", }, { @@ -328,7 +328,7 @@ export default function LandingPage() { quote: "Love the minimalist vibe here.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/attractive-creative-girl-with-tattooes-her-hands-is-sitting-cafe-while-sketching-her-digital-notepad_613910-5287.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/refreshing-boozy-white-russian-cocktail-with-vodka-cream_123827-37414.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/refreshing-boozy-white-russian-cocktail-with-vodka-cream_123827-37414.jpg?_wi=2", imageAlt: "sophisticated coffee customer", }, { @@ -339,7 +339,7 @@ export default function LandingPage() { quote: "Great WiFi and even better drinks.", tag: "Digital Nomad", avatarSrc: "http://img.b2bpic.net/free-photo/side-view-people-sitting-restaurant_23-2149930183.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/abstract-smooth-brown-wall-background-layout-designstudioroomweb-templatebusiness-report-with-smooth-circle-gradient-color_1258-90234.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/abstract-smooth-brown-wall-background-layout-designstudioroomweb-templatebusiness-report-with-smooth-circle-gradient-color_1258-90234.jpg?_wi=2", imageAlt: "sophisticated coffee customer", }, ]} -- 2.49.1