Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-04 14:02:47 +00:00

View File

@@ -51,23 +51,23 @@ export default function LandingPage() {
buttonAnimation="slide-up"
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/high-view-cup-coffee-sugar-burlap-fabric_23-2148337115.jpg", imageAlt: "Minimalist coffee setup"},
imageSrc: "http://img.b2bpic.net/free-photo/high-view-cup-coffee-sugar-burlap-fabric_23-2148337115.jpg?_wi=1", imageAlt: "Minimalist coffee setup"},
{
imageSrc: "http://img.b2bpic.net/free-photo/steaming-espresso-cup-grey-background-closeup_1220-6684.jpg", imageAlt: "Rich espresso"},
imageSrc: "http://img.b2bpic.net/free-photo/steaming-espresso-cup-grey-background-closeup_1220-6684.jpg?_wi=1", imageAlt: "Rich espresso"},
{
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-people-making-drip-coffee_53876-95242.jpg", imageAlt: "Coffee crafting"},
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-people-making-drip-coffee_53876-95242.jpg?_wi=1", imageAlt: "Coffee crafting"},
{
imageSrc: "http://img.b2bpic.net/free-photo/high-view-cup-coffee-sugar-burlap-fabric_23-2148337115.jpg", imageAlt: "Coffee experience"},
imageSrc: "http://img.b2bpic.net/free-photo/high-view-cup-coffee-sugar-burlap-fabric_23-2148337115.jpg?_wi=2", imageAlt: "Coffee experience"},
]}
rightCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/glass-cappuccino-with-cream_140725-159.jpg", imageAlt: "Creamy cappuccino"},
imageSrc: "http://img.b2bpic.net/free-photo/glass-cappuccino-with-cream_140725-159.jpg?_wi=1", imageAlt: "Creamy cappuccino"},
{
imageSrc: "http://img.b2bpic.net/free-photo/freshness-beverage-iced-ice-milkshake_1203-3929.jpg", imageAlt: "Cold brew coffee"},
imageSrc: "http://img.b2bpic.net/free-photo/freshness-beverage-iced-ice-milkshake_1203-3929.jpg?_wi=1", imageAlt: "Cold brew coffee"},
{
imageSrc: "http://img.b2bpic.net/free-photo/steaming-espresso-cup-grey-background-closeup_1220-6684.jpg", imageAlt: "Espresso shot"},
imageSrc: "http://img.b2bpic.net/free-photo/steaming-espresso-cup-grey-background-closeup_1220-6684.jpg?_wi=2", imageAlt: "Espresso shot"},
{
imageSrc: "http://img.b2bpic.net/free-photo/glass-cappuccino-with-cream_140725-159.jpg", imageAlt: "Latte art"},
imageSrc: "http://img.b2bpic.net/free-photo/glass-cappuccino-with-cream_140725-159.jpg?_wi=2", imageAlt: "Latte art"},
]}
background={{ variant: "plain" }}
carouselPosition="right"
@@ -85,7 +85,7 @@ export default function LandingPage() {
{ value: "100%", title: "Sustainable Sourced" },
{ value: "15+", title: "Signature Blends" },
]}
imageSrc="http://img.b2bpic.net/free-photo/aerial-view-people-making-drip-coffee_53876-95242.jpg"
imageSrc="http://img.b2bpic.net/free-photo/aerial-view-people-making-drip-coffee_53876-95242.jpg?_wi=2"
imageAlt="Coffee bean selection and roasting"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
@@ -105,11 +105,11 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
products={[
{
id: "1", name: "Single Origin Espresso", price: "$6.50", imageSrc: "http://img.b2bpic.net/free-photo/steaming-espresso-cup-grey-background-closeup_1220-6684.jpg", imageAlt: "Rich espresso blend"},
id: "1", name: "Single Origin Espresso", price: "$6.50", imageSrc: "http://img.b2bpic.net/free-photo/steaming-espresso-cup-grey-background-closeup_1220-6684.jpg?_wi=3", imageAlt: "Rich espresso blend"},
{
id: "2", name: "Smooth Cappuccino", price: "$5.75", imageSrc: "http://img.b2bpic.net/free-photo/glass-cappuccino-with-cream_140725-159.jpg", imageAlt: "Creamy cappuccino"},
id: "2", name: "Smooth Cappuccino", price: "$5.75", imageSrc: "http://img.b2bpic.net/free-photo/glass-cappuccino-with-cream_140725-159.jpg?_wi=3", imageAlt: "Creamy cappuccino"},
{
id: "3", name: "Cold Brew Concentrate", price: "$7.00", imageSrc: "http://img.b2bpic.net/free-photo/freshness-beverage-iced-ice-milkshake_1203-3929.jpg", imageAlt: "Cold brew concentrate"},
id: "3", name: "Cold Brew Concentrate", price: "$7.00", imageSrc: "http://img.b2bpic.net/free-photo/freshness-beverage-iced-ice-milkshake_1203-3929.jpg?_wi=2", imageAlt: "Cold brew concentrate"},
]}
/>
</div>
@@ -155,7 +155,7 @@ export default function LandingPage() {
useInvertedBackground={false}
mediaAnimation="slide-up"
faqsAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/aerial-view-people-making-drip-coffee_53876-95242.jpg"
imageSrc="http://img.b2bpic.net/free-photo/aerial-view-people-making-drip-coffee_53876-95242.jpg?_wi=3"
imageAlt="Coffee preparation"
mediaPosition="left"
animationType="smooth"