From 2a42e728ed2b3852169d3e3d2e8b63611e8352af Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 23:50:19 +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 23aa368..bf71583 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,16 +73,16 @@ export default function LandingPage() { tag="Featured" features={[ { - title: "Single-Origin Ethiopia", description: "Bright, floral notes with chocolate undertones from the highlands of Yirgacheffe", imageSrc: "http://img.b2bpic.net/free-photo/tattooed-barista-hand-holds-raw-green-coffee-beans-from-white-plastic-basket-cotton-bags-europalet-warehouse_346278-886.jpg", imageAlt: "Ethiopian coffee beans", buttonIcon: ArrowRight + title: "Single-Origin Ethiopia", description: "Bright, floral notes with chocolate undertones from the highlands of Yirgacheffe", imageSrc: "http://img.b2bpic.net/free-photo/tattooed-barista-hand-holds-raw-green-coffee-beans-from-white-plastic-basket-cotton-bags-europalet-warehouse_346278-886.jpg?_wi=1", imageAlt: "Ethiopian coffee beans", buttonIcon: ArrowRight }, { - title: "Artisan Espresso Blend", description: "A balanced blend of Brazilian and Central American beans with rich, full body", imageSrc: "http://img.b2bpic.net/free-photo/man-enjoying-cup-hot-coffee-cafe_53876-88441.jpg", imageAlt: "Perfect espresso shot", buttonIcon: ArrowRight + title: "Artisan Espresso Blend", description: "A balanced blend of Brazilian and Central American beans with rich, full body", imageSrc: "http://img.b2bpic.net/free-photo/man-enjoying-cup-hot-coffee-cafe_53876-88441.jpg?_wi=1", imageAlt: "Perfect espresso shot", buttonIcon: ArrowRight }, { title: "Cold Brew Concentrate", description: "Smooth, refreshing, and ready to enjoy. Our signature cold brew recipe", imageSrc: "http://img.b2bpic.net/free-photo/cold-summer-coffee-drink-with-ice-orange-juice_169016-21399.jpg", imageAlt: "Cold brew coffee", buttonIcon: ArrowRight }, { - title: "Seasonal Cappuccino", description: "Velvety steamed milk meets perfectly extracted espresso in pure harmony", imageSrc: "http://img.b2bpic.net/free-photo/coffee-shop-cafe-latte-cappuccino-newspaper-concept_53876-42953.jpg", imageAlt: "Artisanal cappuccino", buttonIcon: ArrowRight + title: "Seasonal Cappuccino", description: "Velvety steamed milk meets perfectly extracted espresso in pure harmony", imageSrc: "http://img.b2bpic.net/free-photo/coffee-shop-cafe-latte-cappuccino-newspaper-concept_53876-42953.jpg?_wi=1", imageAlt: "Artisanal cappuccino", buttonIcon: ArrowRight } ]} textboxLayout="default" @@ -96,13 +96,13 @@ export default function LandingPage() { description="Premium coffee selections handpicked for their exceptional quality and unique flavor profiles" products={[ { - id: "1", name: "Ethiopian Yirgacheffe", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/tattooed-barista-hand-holds-raw-green-coffee-beans-from-white-plastic-basket-cotton-bags-europalet-warehouse_346278-886.jpg", imageAlt: "Ethiopian Yirgacheffe beans" + id: "1", name: "Ethiopian Yirgacheffe", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/tattooed-barista-hand-holds-raw-green-coffee-beans-from-white-plastic-basket-cotton-bags-europalet-warehouse_346278-886.jpg?_wi=2", imageAlt: "Ethiopian Yirgacheffe beans" }, { - id: "2", name: "Colombian Huila", price: "$16", imageSrc: "http://img.b2bpic.net/free-photo/man-enjoying-cup-hot-coffee-cafe_53876-88441.jpg", imageAlt: "Colombian coffee" + id: "2", name: "Colombian Huila", price: "$16", imageSrc: "http://img.b2bpic.net/free-photo/man-enjoying-cup-hot-coffee-cafe_53876-88441.jpg?_wi=2", imageAlt: "Colombian coffee" }, { - id: "3", name: "Brazilian Santos", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/coffee-shop-cafe-latte-cappuccino-newspaper-concept_53876-42953.jpg", imageAlt: "Brazilian coffee beans" + id: "3", name: "Brazilian Santos", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/coffee-shop-cafe-latte-cappuccino-newspaper-concept_53876-42953.jpg?_wi=2", imageAlt: "Brazilian coffee beans" } ]} gridVariant="three-columns-all-equal-width" -- 2.49.1