From f7106de5e14bbde737f916dcb63cdf16b98dec13 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 21:27:33 +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 e217f95..cbbb98b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,7 +65,7 @@ export default function LandingPage() { features={[ { id: "f1", 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", imageAlt: "luxury hacienda interior tequila tasting" + imageSrc: "http://img.b2bpic.net/free-photo/tropical-plant_23-2147685449.jpg?_wi=1", imageAlt: "luxury hacienda interior tequila tasting" }, items: [ { @@ -79,7 +79,7 @@ export default function LandingPage() { }, { id: "f2", 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", imageAlt: "tequila tasting flight glass top view" + imageSrc: "http://img.b2bpic.net/free-photo/train-way-bridge_181624-29703.jpg?_wi=1", imageAlt: "tequila tasting flight glass top view" }, items: [ { @@ -93,7 +93,7 @@ export default function LandingPage() { }, { id: "f3", 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", imageAlt: "scenic train ride landscape jalisco" + imageSrc: "http://img.b2bpic.net/free-photo/digital-art-inmersive-exhibition_23-2151428481.jpg?_wi=1", imageAlt: "scenic train ride landscape jalisco" }, items: [ { @@ -135,13 +135,13 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Matthew Ohashi", imageSrc: "http://img.b2bpic.net/free-photo/tropical-plant_23-2147685449.jpg"}, + id: "1", name: "Matthew Ohashi", imageSrc: "http://img.b2bpic.net/free-photo/tropical-plant_23-2147685449.jpg?_wi=2"}, { - id: "2", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/train-way-bridge_181624-29703.jpg"}, + id: "2", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/train-way-bridge_181624-29703.jpg?_wi=2"}, { - id: "3", name: "David M.", imageSrc: "http://img.b2bpic.net/free-photo/digital-art-inmersive-exhibition_23-2151428481.jpg"}, + id: "3", name: "David M.", 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"}, + id: "4", name: "Elena R.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-bartender-holding-tequila-shot-glass-bar-counter_107420-65453.jpg?_wi=1"}, { id: "5", name: "Carlos V.", imageSrc: "http://img.b2bpic.net/free-photo/wide-restaurant-hall-with-wooden-table-chairs-6-persons_140725-8910.jpg"}, ]} @@ -158,7 +158,7 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", 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"}, + id: "m1", 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?_wi=2"}, ]} title="Find Us in Miami" description="4710 NW 37th Ave, Miami, FL 33142 | Opens 4pm Daily" -- 2.49.1