Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-07 17:36:50 +00:00

View File

@@ -50,7 +50,7 @@ export default function LandingPage() {
slides={[
{ imageSrc: "http://img.b2bpic.net/free-photo/barista-pouring-milk-into-coffee-coffee-shop_1303-19413.jpg", imageAlt: "Artisan coffee brewing with steam" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-barman-making-coffee_23-2147821333.jpg", imageAlt: "Coffee roasting process" },
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-cup-coffee-with-sugar-cubes_23-2148337153.jpg?_wi=1", imageAlt: "Premium specialty coffee" }
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-cup-coffee-with-sugar-cubes_23-2148337153.jpg", imageAlt: "Premium specialty coffee" }
]}
autoplayDelay={4000}
showDimOverlay={true}
@@ -76,7 +76,7 @@ export default function LandingPage() {
description="Discover our handpicked selection of premium specialty coffees, roasted fresh daily in Kyiv."
products={[
{
id: "1", name: "Single Origin Ethiopia", price: "₴280", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-cup-coffee-with-sugar-cubes_23-2148337153.jpg?_wi=2", imageAlt: "Single Origin Ethiopia coffee", initialQuantity: 1
id: "1", name: "Single Origin Ethiopia", price: "₴280", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-cup-coffee-with-sugar-cubes_23-2148337153.jpg", imageAlt: "Single Origin Ethiopia coffee", initialQuantity: 1
},
{
id: "2", name: "Cappuccino Blend Medium", price: "₴240", imageSrc: "http://img.b2bpic.net/free-photo/delicious-organic-latte-macchiato-with-milk_23-2148420329.jpg", imageAlt: "Cappuccino Blend coffee", initialQuantity: 1
@@ -147,8 +147,6 @@ export default function LandingPage() {
{ value: "25+", label: "Coffee origins" }
]}
animationType="slide-up"
title="Loved by Coffee Enthusiasts Across Kyiv"
description="See what our customers are saying about Dmytro's Burning Coffee"
textboxLayout="default"
useInvertedBackground={false}
/>