From c744a5814f906972118d6d6942baf2aee11221d0 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 12:54:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9ffd82f..feb2650 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -104,7 +104,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/delicious-italian-cocktail-with-realistic-background_23-2150062988.jpg" + imageSrc="http://img.b2bpic.net/free-photo/delicious-italian-cocktail-with-realistic-background_23-2150062988.jpg?_wi=1" mediaAnimation="slide-up" avatars={[ { @@ -161,7 +161,7 @@ export default function LandingPage() { description="Located in the heart of the city, Paröle is dedicated to creating a space where locals and visitors alike can enjoy elevated pub fare in a sophisticated yet approachable environment." subdescription="From casual after-work drinks to corporate events, our doors are open for your next unforgettable moment." icon={Shield} - imageSrc="http://img.b2bpic.net/free-photo/couple-having-date-night_53876-13928.jpg" + imageSrc="http://img.b2bpic.net/free-photo/couple-having-date-night_53876-13928.jpg?_wi=1" mediaAnimation="blur-reveal" /> @@ -252,7 +252,7 @@ export default function LandingPage() { description: "Intimate settings for your most important celebrations.", bentoComponent: "reveal-icon", icon: Shield, - imageSrc: "http://img.b2bpic.net/free-photo/delicious-italian-cocktail-with-realistic-background_23-2150062988.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-italian-cocktail-with-realistic-background_23-2150062988.jpg?_wi=2", imageAlt: "Front view of delicious thanksgiving meal", }, { @@ -260,7 +260,7 @@ export default function LandingPage() { description: "Professional service to ensure your visit is flawless.", bentoComponent: "reveal-icon", icon: Sparkles, - imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-night_53876-13928.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-night_53876-13928.jpg?_wi=2", imageAlt: "Front view of delicious thanksgiving meal", }, ]} @@ -326,14 +326,14 @@ export default function LandingPage() { id: "2", name: "Jordan Smith", role: "Event Manager", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-italian-cocktail-with-realistic-background_23-2150062988.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-italian-cocktail-with-realistic-background_23-2150062988.jpg?_wi=3", imageAlt: "Food for celebrating world tapas day", }, { id: "3", name: "Casey Morgan", role: "Lead Mixologist", - imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-night_53876-13928.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-night_53876-13928.jpg?_wi=3", imageAlt: "Food for celebrating world tapas day", }, ]} -- 2.49.1