From 9c5518bb9fc007a49edbd029d838161c4dd81477 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Mar 2026 14:27:02 +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 ab11982..b2ce69b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,13 +68,13 @@ export default function LandingPage() { useInvertedBackground={false} blogs={[ { - id: "1", category: "Coffee Origins", title: "The Journey of Ethiopian Coffee: Tracing Roots to Cup", excerpt: "Explore the highlands of Ethiopia where coffee culture thrives. We dive into sustainable sourcing and the stories behind every bean.", imageSrc: "http://img.b2bpic.net/free-photo/adult-harvesting-coffee_23-2151711343.jpg", imageAlt: "Ethiopian coffee farm landscape with lush green hills", authorName: "Sarah Mitchell", authorAvatar: "http://img.b2bpic.net/free-photo/woman-portrait_1296-434.jpg", date: "March 15, 2025" + id: "1", category: "Coffee Origins", title: "The Journey of Ethiopian Coffee: Tracing Roots to Cup", excerpt: "Explore the highlands of Ethiopia where coffee culture thrives. We dive into sustainable sourcing and the stories behind every bean.", imageSrc: "http://img.b2bpic.net/free-photo/adult-harvesting-coffee_23-2151711343.jpg?_wi=1", imageAlt: "Ethiopian coffee farm landscape with lush green hills", authorName: "Sarah Mitchell", authorAvatar: "http://img.b2bpic.net/free-photo/woman-portrait_1296-434.jpg", date: "March 15, 2025" }, { - id: "2", category: "Recipes", title: "Master the Cold Brew: A Step-by-Step Guide", excerpt: "Perfect your summer coffee game with our detailed cold brew recipe. Learn the technique that delivers smooth, refreshing flavor every time.", imageSrc: "http://img.b2bpic.net/free-photo/male-barista-brewing-coffee-alternative-method-pour_176420-14716.jpg", imageAlt: "Cold brew coffee in clear glass with ice", authorName: "James Chen", authorAvatar: "http://img.b2bpic.net/free-photo/vertical-shot-well-dressed-male-leaning-against-wall-looking-camera_181624-15421.jpg", date: "March 12, 2025" + id: "2", category: "Recipes", title: "Master the Cold Brew: A Step-by-Step Guide", excerpt: "Perfect your summer coffee game with our detailed cold brew recipe. Learn the technique that delivers smooth, refreshing flavor every time.", imageSrc: "http://img.b2bpic.net/free-photo/male-barista-brewing-coffee-alternative-method-pour_176420-14716.jpg?_wi=1", imageAlt: "Cold brew coffee in clear glass with ice", authorName: "James Chen", authorAvatar: "http://img.b2bpic.net/free-photo/vertical-shot-well-dressed-male-leaning-against-wall-looking-camera_181624-15421.jpg", date: "March 12, 2025" }, { - id: "3", category: "Shop News", title: "Spring Menu Launch: New Single-Origins & Seasonal Drinks", excerpt: "Join us for our spring menu celebration! Featuring three new single-origin coffees and limited-edition seasonal beverages.", imageSrc: "http://img.b2bpic.net/free-photo/happy-waitress-serving-beer-group-young-people-pub_637285-4034.jpg", imageAlt: "Modern coffee shop interior with new menu board", authorName: "Emma Rodriguez", authorAvatar: "http://img.b2bpic.net/free-photo/beautiful-sincere-happy-girl-smiling-laughing_176420-9693.jpg", date: "March 10, 2025" + id: "3", category: "Shop News", title: "Spring Menu Launch: New Single-Origins & Seasonal Drinks", excerpt: "Join us for our spring menu celebration! Featuring three new single-origin coffees and limited-edition seasonal beverages.", imageSrc: "http://img.b2bpic.net/free-photo/happy-waitress-serving-beer-group-young-people-pub_637285-4034.jpg?_wi=1", imageAlt: "Modern coffee shop interior with new menu board", authorName: "Emma Rodriguez", authorAvatar: "http://img.b2bpic.net/free-photo/beautiful-sincere-happy-girl-smiling-laughing_176420-9693.jpg", date: "March 10, 2025" }, { id: "4", category: "Coffee Education", title: "Understanding Flavor Profiles: A Tasting Guide", excerpt: "Learn how to identify and appreciate the subtle nuances in specialty coffee. Our sensory guide helps you taste like a professional barista.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-with-cup-coffee-cafe_1150-10500.jpg", imageAlt: "Coffee tasting notes guide with flavor wheel", authorName: "Michael Park", authorAvatar: "http://img.b2bpic.net/free-photo/studio-portrait-redhead-bearded-male-dressed-suit-posing-grey-background_613910-11594.jpg", date: "March 8, 2025" @@ -118,15 +118,15 @@ export default function LandingPage() { features={[ { id: "1", title: "Coffee Origins & Sourcing", author: "Featured Content", description: "Deep dives into the farms and farmers behind your favorite beans. Learn the stories of ethical sourcing and sustainable practices.", tags: ["education", "sustainability"], - imageSrc: "http://img.b2bpic.net/free-photo/adult-harvesting-coffee_23-2151711343.jpg", imageAlt: "Coffee farm landscape showing origins" + imageSrc: "http://img.b2bpic.net/free-photo/adult-harvesting-coffee_23-2151711343.jpg?_wi=2", imageAlt: "Coffee farm landscape showing origins" }, { id: "2", title: "Brewing Recipes & Tips", author: "Featured Content", description: "Master different brewing methods from cold brew to pour-over. Step-by-step guides and pro tips to elevate your home coffee experience.", tags: ["recipes", "techniques"], - imageSrc: "http://img.b2bpic.net/free-photo/male-barista-brewing-coffee-alternative-method-pour_176420-14716.jpg", imageAlt: "Coffee brewing technique demonstration" + imageSrc: "http://img.b2bpic.net/free-photo/male-barista-brewing-coffee-alternative-method-pour_176420-14716.jpg?_wi=2", imageAlt: "Coffee brewing technique demonstration" }, { id: "3", title: "Shop Updates & Events", author: "Featured Content", description: "Stay in the loop with new menu items, seasonal launches, and community events. Be first to know what's brewing at our shop.", tags: ["news", "community"], - imageSrc: "http://img.b2bpic.net/free-photo/happy-waitress-serving-beer-group-young-people-pub_637285-4034.jpg", imageAlt: "Coffee shop interior and new menu launch" + imageSrc: "http://img.b2bpic.net/free-photo/happy-waitress-serving-beer-group-young-people-pub_637285-4034.jpg?_wi=2", imageAlt: "Coffee shop interior and new menu launch" } ]} />