From dc852818b5adeba8fd6d15a747040819f1e5d447 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 03:05:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e952525..6fe6e62 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -115,22 +115,22 @@ export default function LandingPage() { animationType="slide-up" products={[ { - id: "1", name: "Classic Espresso", price: "$2.50", imageSrc: "http://img.b2bpic.net/free-photo/cup-delicious-coffee_23-2148093882.jpg?_wi=1", imageAlt: "Single shot espresso" + id: "1", name: "Classic Espresso", price: "$2.50", imageSrc: "http://img.b2bpic.net/free-photo/cup-delicious-coffee_23-2148093882.jpg", imageAlt: "Single shot espresso" }, { id: "2", name: "Creamy Cappuccino", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/two-cups-cappuccino-outdoor-cafe_501050-679.jpg", imageAlt: "Cappuccino with latte art" }, { - id: "3", name: "Smooth Latte", price: "$4.75", imageSrc: "http://img.b2bpic.net/free-photo/glass-with-delicious-coffee_23-2149703760.jpg?_wi=1", imageAlt: "Creamy latte with art" + id: "3", name: "Smooth Latte", price: "$4.75", imageSrc: "http://img.b2bpic.net/free-photo/glass-with-delicious-coffee_23-2149703760.jpg", imageAlt: "Creamy latte with art" }, { id: "4", name: "Fresh Pastries", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/closeup-cakes-portions-berries-glass-teapot-table_1262-20035.jpg", imageAlt: "Selection of fresh pastries" }, { - id: "5", name: "Cold Brew", price: "$3.50", imageSrc: "http://img.b2bpic.net/free-photo/glass-with-delicious-coffee_23-2149703760.jpg?_wi=2", imageAlt: "Refreshing cold brew coffee" + id: "5", name: "Cold Brew", price: "$3.50", imageSrc: "http://img.b2bpic.net/free-photo/glass-with-delicious-coffee_23-2149703760.jpg", imageAlt: "Refreshing cold brew coffee" }, { - id: "6", name: "Macchiato", price: "$3.75", imageSrc: "http://img.b2bpic.net/free-photo/cup-delicious-coffee_23-2148093882.jpg?_wi=2", imageAlt: "Espresso macchiato" + id: "6", name: "Macchiato", price: "$3.75", imageSrc: "http://img.b2bpic.net/free-photo/cup-delicious-coffee_23-2148093882.jpg", imageAlt: "Espresso macchiato" } ]} /> @@ -181,7 +181,7 @@ export default function LandingPage() { useInvertedBackground={true} names=[ "Fair Trade Coffee Co.", "Artisan Bakery Supply", "Sustainable Packaging Inc.", "Local Farmers Collective", "Coffee Certification Board", "Premium Espresso Roasters", "Community Development Fund" - ] + ]} speed={40} showCard={true} /> -- 2.49.1