Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-09 14:30:31 +00:00

View File

@@ -126,13 +126,13 @@ export default function LandingPage() {
carouselMode="buttons"
products={[
{
id: "1", name: "Signature Espresso", price: "$4.50", variant: "Single / Double", imageSrc: "http://img.b2bpic.net/free-photo/coffee_74190-7838.jpg", imageAlt: "Signature Espresso"
id: "1", name: "Signature Espresso", price: "$4.50", variant: "Single / Double", imageSrc: "http://img.b2bpic.net/free-photo/coffee_74190-7838.jpg?_wi=1", imageAlt: "Signature Espresso"
},
{
id: "2", name: "Creamy Cappuccino", price: "$5.50", variant: "Small / Medium / Large", imageSrc: "http://img.b2bpic.net/free-photo/coffee_74190-7838.jpg", imageAlt: "Creamy Cappuccino"
id: "2", name: "Creamy Cappuccino", price: "$5.50", variant: "Small / Medium / Large", imageSrc: "http://img.b2bpic.net/free-photo/coffee_74190-7838.jpg?_wi=2", imageAlt: "Creamy Cappuccino"
},
{
id: "3", name: "Silky Latte", price: "$5.75", variant: "Original / Vanilla / Hazelnut", imageSrc: "http://img.b2bpic.net/free-photo/coffee_74190-7838.jpg", imageAlt: "Silky Latte"
id: "3", name: "Silky Latte", price: "$5.75", variant: "Original / Vanilla / Hazelnut", imageSrc: "http://img.b2bpic.net/free-photo/coffee_74190-7838.jpg?_wi=3", imageAlt: "Silky Latte"
}
]}
/>