From 532e4f190447337b3b241891bca97117501350e9 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 1 Mar 2026 20:39:09 +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 8d3b2ec..0ccaca6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,10 +50,10 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/sun-setting-mountains-covering-vineyard-with-light_181624-14049.jpg", imageAlt: "Conway Winery vineyard landscape" + imageSrc: "http://img.b2bpic.net/free-photo/sun-setting-mountains-covering-vineyard-with-light_181624-14049.jpg?_wi=1", imageAlt: "Conway Winery vineyard landscape" }, { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-clinking-glasses_23-2149152925.jpg", imageAlt: "Wine tasting gathering" + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-clinking-glasses_23-2149152925.jpg?_wi=1", imageAlt: "Wine tasting gathering" }, { imageSrc: "http://img.b2bpic.net/free-photo/wooden-barrels-cellar_1398-4743.jpg", imageAlt: "Wine barrel storage cellar" @@ -82,7 +82,7 @@ export default function LandingPage() { title: "Family Heritage", description: "Generational expertise passed down through our family of winemakers", icon: Users } ]} - imageSrc="http://img.b2bpic.net/free-photo/sun-setting-mountains-covering-vineyard-with-light_181624-14049.jpg" + imageSrc="http://img.b2bpic.net/free-photo/sun-setting-mountains-covering-vineyard-with-light_181624-14049.jpg?_wi=2" imageAlt="Sunset over Conway Winery vineyard" imagePosition="right" mediaAnimation="slide-up" @@ -131,7 +131,7 @@ export default function LandingPage() { id: "01", title: "Classic Tasting Tour", description: "A guided exploration of our signature wines paired with artisanal cheeses and local fare in our tasting room", imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-with-wine-glasses_23-2149428769.jpg", imageAlt: "Wine tasting room experience" }, { - id: "02", title: "Vineyard Gathering", description: "Celebrate with friends and family in our scenic outdoor vineyard setting with wine, food, and stunning views", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-clinking-glasses_23-2149152925.jpg", imageAlt: "Outdoor vineyard gathering" + id: "02", title: "Vineyard Gathering", description: "Celebrate with friends and family in our scenic outdoor vineyard setting with wine, food, and stunning views", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-clinking-glasses_23-2149152925.jpg?_wi=2", imageAlt: "Outdoor vineyard gathering" }, { id: "03", title: "Winemaker's Reserve", description: "An exclusive experience with our head winemaker discussing production methods and tasting rare reserve selections", imageSrc: "http://img.b2bpic.net/free-photo/comparing-sorts-wine_1098-15037.jpg", imageAlt: "Winemaker reserve tasting" @@ -150,10 +150,10 @@ export default function LandingPage() { animationType="slide-up" metrics={[ { - id: "1", value: "25+", title: "Years of Excellence", description: "Crafting premium wines since 1998", imageSrc: "http://img.b2bpic.net/free-photo/sun-setting-mountains-covering-vineyard-with-light_181624-14049.jpg", imageAlt: "Vineyard landscape" + id: "1", value: "25+", title: "Years of Excellence", description: "Crafting premium wines since 1998", imageSrc: "http://img.b2bpic.net/free-photo/sun-setting-mountains-covering-vineyard-with-light_181624-14049.jpg?_wi=3", imageAlt: "Vineyard landscape" }, { - id: "2", value: "15K+", title: "Satisfied Visitors", description: "Wine lovers from around the world", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-clinking-glasses_23-2149152925.jpg", imageAlt: "Gathering celebration" + id: "2", value: "15K+", title: "Satisfied Visitors", description: "Wine lovers from around the world", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-clinking-glasses_23-2149152925.jpg?_wi=3", imageAlt: "Gathering celebration" } ]} /> -- 2.49.1