From 84220065059c73d4eb3004d82f92769cb06e320e Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 11:01:02 +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 da10613..8dd0eb5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -125,19 +125,19 @@ export default function LandingPage() { features={[ { id: 1, - title: "Bean Selection", description: "Learn to identify and select premium single-origin beans based on flavor profile, altitude, and processing method.", imageSrc: "http://img.b2bpic.net/free-photo/colleagues-enjoying-coffee-together_23-2148513811.jpg", imageAlt: "Coffee bean selection process" + title: "Bean Selection", description: "Learn to identify and select premium single-origin beans based on flavor profile, altitude, and processing method.", imageSrc: "http://img.b2bpic.net/free-photo/colleagues-enjoying-coffee-together_23-2148513811.jpg?_wi=1", imageAlt: "Coffee bean selection process" }, { id: 2, - title: "Brewing Techniques", description: "Master various brewing methods from pour-over to espresso, understanding how technique affects extraction and flavor.", imageSrc: "http://img.b2bpic.net/free-photo/colleagues-enjoying-coffee-together_23-2148513811.jpg", imageAlt: "Coffee brewing techniques" + title: "Brewing Techniques", description: "Master various brewing methods from pour-over to espresso, understanding how technique affects extraction and flavor.", imageSrc: "http://img.b2bpic.net/free-photo/colleagues-enjoying-coffee-together_23-2148513811.jpg?_wi=2", imageAlt: "Coffee brewing techniques" }, { id: 3, - title: "Tasting & Cupping", description: "Develop your palate through structured cupping sessions, learning to identify subtle flavor notes and origins.", imageSrc: "http://img.b2bpic.net/free-photo/colleagues-enjoying-coffee-together_23-2148513811.jpg", imageAlt: "Coffee tasting and cupping" + title: "Tasting & Cupping", description: "Develop your palate through structured cupping sessions, learning to identify subtle flavor notes and origins.", imageSrc: "http://img.b2bpic.net/free-photo/colleagues-enjoying-coffee-together_23-2148513811.jpg?_wi=3", imageAlt: "Coffee tasting and cupping" }, { id: 4, - title: "Community Connection", description: "Join fellow enthusiasts in exclusive events, workshops, and tastings that celebrate coffee culture and craftsmanship.", imageSrc: "http://img.b2bpic.net/free-photo/colleagues-enjoying-coffee-together_23-2148513811.jpg", imageAlt: "Coffee community gathering" + title: "Community Connection", description: "Join fellow enthusiasts in exclusive events, workshops, and tastings that celebrate coffee culture and craftsmanship.", imageSrc: "http://img.b2bpic.net/free-photo/colleagues-enjoying-coffee-together_23-2148513811.jpg?_wi=4", imageAlt: "Coffee community gathering" } ]} animationType="blur-reveal" -- 2.49.1