From 1216b6bbec76e395db9a9a361a472ef1d5365fc9 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 21:26:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1948cd7..27ee5b9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,7 +65,7 @@ export default function LandingPage() { href: "#experience", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/delicious-drink-with-lemon_23-2149617135.jpg" + imageSrc="http://img.b2bpic.net/free-photo/delicious-drink-with-lemon_23-2149617135.jpg?_wi=1" /> @@ -80,7 +80,7 @@ export default function LandingPage() { title: "Curated Tastings", description: "Expertly guided exploration of the finest agave spirits.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/tropical-plant_23-2147685449.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tropical-plant_23-2147685449.jpg?_wi=1", }, items: [ { @@ -93,7 +93,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/delicious-drink-with-lemon_23-2149617135.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-drink-with-lemon_23-2149617135.jpg?_wi=2", imageAlt: "luxury hacienda interior tequila tasting", }, { @@ -101,7 +101,7 @@ export default function LandingPage() { title: "Scenic Train Ride", description: "A virtual journey through the lush fields of Tequila.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/train-way-bridge_181624-29703.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/train-way-bridge_181624-29703.jpg?_wi=1", }, items: [ { @@ -114,7 +114,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/tropical-plant_23-2147685449.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tropical-plant_23-2147685449.jpg?_wi=2", imageAlt: "tequila tasting flight glass top view", }, { @@ -122,7 +122,7 @@ export default function LandingPage() { title: "Immersive Art & Culture", description: "Walk through living history and traditional craftsmanship.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/digital-art-inmersive-exhibition_23-2151428481.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/digital-art-inmersive-exhibition_23-2151428481.jpg?_wi=1", }, items: [ { @@ -135,7 +135,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/train-way-bridge_181624-29703.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/train-way-bridge_181624-29703.jpg?_wi=2", imageAlt: "scenic train ride landscape jalisco", }, ]} @@ -176,22 +176,22 @@ export default function LandingPage() { { id: "1", name: "Matthew Ohashi", - imageSrc: "http://img.b2bpic.net/free-photo/tropical-plant_23-2147685449.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tropical-plant_23-2147685449.jpg?_wi=3", }, { id: "2", name: "Sarah J.", - imageSrc: "http://img.b2bpic.net/free-photo/train-way-bridge_181624-29703.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/train-way-bridge_181624-29703.jpg?_wi=3", }, { id: "3", name: "David M.", - imageSrc: "http://img.b2bpic.net/free-photo/digital-art-inmersive-exhibition_23-2151428481.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/digital-art-inmersive-exhibition_23-2151428481.jpg?_wi=2", }, { id: "4", name: "Elena R.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-bartender-holding-tequila-shot-glass-bar-counter_107420-65453.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-bartender-holding-tequila-shot-glass-bar-counter_107420-65453.jpg?_wi=1", }, { id: "5", @@ -216,7 +216,7 @@ export default function LandingPage() { title: "Visit Us", value: "786-797-0200", description: "Call us to book your reservation", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-bartender-holding-tequila-shot-glass-bar-counter_107420-65453.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-bartender-holding-tequila-shot-glass-bar-counter_107420-65453.jpg?_wi=2", }, ]} title="Find Us in Miami" -- 2.49.1