Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-05-04 15:52:31 +00:00

View File

@@ -68,17 +68,17 @@ export default function LandingPage() {
carouselItems={[
{
id: "1",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-barista-making-latte-art_53876-24971.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-barista-making-latte-art_53876-24971.jpg?_wi=1",
imageAlt: "Cafe interior",
},
{
id: "2",
imageSrc: "http://img.b2bpic.net/free-photo/man-hands-working-with-coffee-machine-restaurant-close-up-barista-hands-preparing-making-coffee-coffee-shop_574295-514.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-hands-working-with-coffee-machine-restaurant-close-up-barista-hands-preparing-making-coffee-coffee-shop_574295-514.jpg?_wi=1",
imageAlt: "Barista detail",
},
{
id: "3",
imageSrc: "http://img.b2bpic.net/free-photo/cup-tea-cookies_23-2148832321.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cup-tea-cookies_23-2148832321.jpg?_wi=1",
imageAlt: "Pastry closeup",
},
{
@@ -190,21 +190,21 @@ export default function LandingPage() {
title: "Cozy Ambience",
description: "Perfect for working, reading, or meeting friends.",
buttonIcon: "Coffee",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-barista-making-latte-art_53876-24971.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-barista-making-latte-art_53876-24971.jpg?_wi=2",
imageAlt: "Barista is preparing coffee with milk",
},
{
title: "Artisanal Baking",
description: "Pastries baked fresh every single morning.",
buttonIcon: "Cake",
imageSrc: "http://img.b2bpic.net/free-photo/man-hands-working-with-coffee-machine-restaurant-close-up-barista-hands-preparing-making-coffee-coffee-shop_574295-514.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-hands-working-with-coffee-machine-restaurant-close-up-barista-hands-preparing-making-coffee-coffee-shop_574295-514.jpg?_wi=2",
imageAlt: "Barista is preparing coffee with milk",
},
{
title: "Friendly Service",
description: "Our team makes you feel at home every time.",
buttonIcon: "Heart",
imageSrc: "http://img.b2bpic.net/free-photo/cup-tea-cookies_23-2148832321.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cup-tea-cookies_23-2148832321.jpg?_wi=2",
imageAlt: "Barista is preparing coffee with milk",
},
]}