Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-09 15:15:07 +00:00

View File

@@ -104,10 +104,10 @@ export default function LandingPage() {
title: "Classic Espresso", description: "Rich, bold espresso shots pulled to perfection. The foundation of every great coffee drink.", icon: Zap,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/minimal-home-desk-workspace-with-clipboard-pen-coffee-mug-white-background-flat-lay-top-view_501050-594.jpg", imageAlt: "Premium espresso with crema"
imageSrc: "http://img.b2bpic.net/free-photo/minimal-home-desk-workspace-with-clipboard-pen-coffee-mug-white-background-flat-lay-top-view_501050-594.jpg?_wi=1", imageAlt: "Premium espresso with crema"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/black-coffee-glass-slices-bread-with-seeds_23-2148623234.jpg", imageAlt: "Americano coffee beverage"
imageSrc: "http://img.b2bpic.net/free-photo/black-coffee-glass-slices-bread-with-seeds_23-2148623234.jpg?_wi=1", imageAlt: "Americano coffee beverage"
}
]
},
@@ -115,10 +115,10 @@ export default function LandingPage() {
title: "Signature Blends", description: "Curated blends combining beans from multiple origins. Each blend tells a story of craftsmanship.", icon: Palette,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/black-coffee-glass-slices-bread-with-seeds_23-2148623234.jpg", imageAlt: "Signature coffee blend"
imageSrc: "http://img.b2bpic.net/free-photo/black-coffee-glass-slices-bread-with-seeds_23-2148623234.jpg?_wi=2", imageAlt: "Signature coffee blend"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/minimal-home-desk-workspace-with-clipboard-pen-coffee-mug-white-background-flat-lay-top-view_501050-594.jpg", imageAlt: "Artisan coffee preparation"
imageSrc: "http://img.b2bpic.net/free-photo/minimal-home-desk-workspace-with-clipboard-pen-coffee-mug-white-background-flat-lay-top-view_501050-594.jpg?_wi=2", imageAlt: "Artisan coffee preparation"
}
]
},
@@ -129,7 +129,7 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-iced-coffee-beverage_23-2149648696.jpg", imageAlt: "Iced cold brew coffee"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/black-coffee-glass-slices-bread-with-seeds_23-2148623234.jpg", imageAlt: "Cold brew concentrate"
imageSrc: "http://img.b2bpic.net/free-photo/black-coffee-glass-slices-bread-with-seeds_23-2148623234.jpg?_wi=3", imageAlt: "Cold brew concentrate"
}
]
}