From feaecf251d9ed37913bfc3ea80194e4e10157f65 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 05:57:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 495aac0..8648c23 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -116,19 +116,19 @@ export default function LandingPage() { features={[ { id: "1", title: "Seven-Year Fermentation Process", tags: ["Traditional", "Ancient Methods"], - imageSrc: "http://img.b2bpic.net/free-photo/man-with-craft-beer-outdoors_23-2148111310.jpg", imageAlt: "Traditional fermentation vats" + imageSrc: "http://img.b2bpic.net/free-photo/man-with-craft-beer-outdoors_23-2148111310.jpg?_wi=1", imageAlt: "Traditional fermentation vats" }, { id: "2", title: "Sorghum Selection & Preparation", tags: ["Premium Grain", "Handpicked"], - imageSrc: "http://img.b2bpic.net/free-photo/man-with-craft-beer-outdoors_23-2148111310.jpg", imageAlt: "Quality grain selection" + imageSrc: "http://img.b2bpic.net/free-photo/man-with-craft-beer-outdoors_23-2148111310.jpg?_wi=2", imageAlt: "Quality grain selection" }, { id: "3", title: "Master Blender Expertise", tags: ["Heritage", "Generations"], - imageSrc: "http://img.b2bpic.net/free-photo/man-with-craft-beer-outdoors_23-2148111310.jpg", imageAlt: "Master blending technique" + imageSrc: "http://img.b2bpic.net/free-photo/man-with-craft-beer-outdoors_23-2148111310.jpg?_wi=3", imageAlt: "Master blending technique" }, { id: "4", title: "Crystal Clear Water Source", tags: ["Pure Origin", "Pristine"], - imageSrc: "http://img.b2bpic.net/free-photo/man-with-craft-beer-outdoors_23-2148111310.jpg", imageAlt: "Sacred water collection" + imageSrc: "http://img.b2bpic.net/free-photo/man-with-craft-beer-outdoors_23-2148111310.jpg?_wi=4", imageAlt: "Sacred water collection" }, ]} /> -- 2.49.1