Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-05 23:49:38 +00:00

View File

@@ -56,6 +56,7 @@ export default function LandingPage() {
<AboutMetric
title="Crafting exceptional coffee experiences since 2015. We source the finest beans from sustainable farms worldwide, roast them to perfection, and serve them with passion and expertise."
useInvertedBackground={false}
metricsAnimation="none"
metrics={[
{ icon: Globe, label: "Countries Sourced", value: "12+" },
{ icon: Coffee, label: "Specialty Blends", value: "24" },
@@ -72,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?_wi=1", 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", 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?_wi=1", 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", 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?_wi=1", 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", imageAlt: "Artisanal cappuccino", buttonIcon: ArrowRight
}
]}
textboxLayout="default"
@@ -95,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?_wi=2", 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", 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?_wi=2", 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", 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?_wi=2", 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", imageAlt: "Brazilian coffee beans"
}
]}
gridVariant="three-columns-all-equal-width"