From bebb66bbaf2ad957c49b39055ce272ff6b99df11 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 11:53:53 +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 840b618..b968f4a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,27 +64,27 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/people-enjoying-glass-wine-vineyard-with-stunning-nature-landscape_23-2151514953.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-enjoying-glass-wine-vineyard-with-stunning-nature-landscape_23-2151514953.jpg?_wi=1", imageAlt: "Mountain view dining", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/room-home-vintage-pot-bright_1203-5039.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/room-home-vintage-pot-bright_1203-5039.jpg?_wi=1", imageAlt: "Outdoor terrace", }, { id: "3", - imageSrc: "http://img.b2bpic.net/free-photo/empty-chairs-grass-field-mountains-nature_53876-23280.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/empty-chairs-grass-field-mountains-nature_53876-23280.jpg?_wi=1", imageAlt: "Lodge exterior", }, { id: "4", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-happy-partners-sitting-chairs_23-2149302372.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-happy-partners-sitting-chairs_23-2149302372.jpg?_wi=1", imageAlt: "Patio view", }, { id: "5", - imageSrc: "http://img.b2bpic.net/free-photo/wide-shot-brown-house-surrounded-by-forest-spruce-trees-clouds_181624-5123.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wide-shot-brown-house-surrounded-by-forest-spruce-trees-clouds_181624-5123.jpg?_wi=1", imageAlt: "Panoramic view", }, { @@ -207,7 +207,7 @@ export default function LandingPage() { quote: "Great place, great food, great service, great staff.", tag: "Service", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-brunette-woman-evening-dress-smiling-holding-champaign-glass_176420-3752.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/people-enjoying-glass-wine-vineyard-with-stunning-nature-landscape_23-2151514953.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-enjoying-glass-wine-vineyard-with-stunning-nature-landscape_23-2151514953.jpg?_wi=2", imageAlt: "satisfied restaurant customer", }, { @@ -218,7 +218,7 @@ export default function LandingPage() { quote: "Absolutely delicious burgers and wraps.", tag: "Food", avatarSrc: "http://img.b2bpic.net/free-photo/confident-businessman-posing-thoughtfully-cafe_23-2147689187.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/room-home-vintage-pot-bright_1203-5039.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/room-home-vintage-pot-bright_1203-5039.jpg?_wi=2", imageAlt: "satisfied restaurant customer", }, { @@ -229,7 +229,7 @@ export default function LandingPage() { quote: "The mountain view while eating is unforgettable.", tag: "Atmosphere", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-people-spending-time-together_23-2149152906.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/empty-chairs-grass-field-mountains-nature_53876-23280.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/empty-chairs-grass-field-mountains-nature_53876-23280.jpg?_wi=2", imageAlt: "satisfied restaurant customer", }, { @@ -240,7 +240,7 @@ export default function LandingPage() { quote: "Perfect stop after hiking Whiteface Mountain.", tag: "Value", avatarSrc: "http://img.b2bpic.net/free-photo/having-lunch-spacious-restaurant_52683-117480.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-happy-partners-sitting-chairs_23-2149302372.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-happy-partners-sitting-chairs_23-2149302372.jpg?_wi=2", imageAlt: "satisfied restaurant customer", }, { @@ -251,7 +251,7 @@ export default function LandingPage() { quote: "A true Adirondack experience in Lake Placid.", tag: "Dining", avatarSrc: "http://img.b2bpic.net/free-photo/merry-young-adult-enjoying-christmas-conversation-video-call-room-decorated-festivity-celebration-talking-woman-preparing-drink-wine-kitchen-with-joyful-ornaments_482257-28400.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/wide-shot-brown-house-surrounded-by-forest-spruce-trees-clouds_181624-5123.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wide-shot-brown-house-surrounded-by-forest-spruce-trees-clouds_181624-5123.jpg?_wi=2", imageAlt: "satisfied restaurant customer", }, ]} -- 2.49.1