From 908d5ba2e33ec8d9cda76e4017a844719f8fb534 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 03:40:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a462aa9..719c867 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,13 +71,13 @@ export default function LandingPage() { tag="Signature Items" products={[ { - id: "1", name: "Signature Lavender Latte", price: "Specialty", imageSrc: "http://img.b2bpic.net/free-photo/coffee-shop-cafe-latte-cappuccino-newspaper-concept_53876-65022.jpg", imageAlt: "Signature lavender latte with floral notes"}, + id: "1", name: "Signature Lavender Latte", price: "Coffee ", imageSrc: "http://img.b2bpic.net/free-photo/coffee-shop-cafe-latte-cappuccino-newspaper-concept_53876-65022.jpg", imageAlt: "Signature lavender latte with floral notes"}, { - id: "2", name: "Espresso Macchiato", price: "Specialty", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-coffee-with_23-2149600721.jpg", imageAlt: "Perfect espresso macchiato with silky milk"}, + id: "2", name: "Espresso Macchiato", price: "Coffee ", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-coffee-with_23-2149600721.jpg", imageAlt: "Perfect espresso macchiato with silky milk"}, { - id: "3", name: "Cortado", price: "Specialty", imageSrc: "http://img.b2bpic.net/free-photo/front-view-coffee-glass_23-2148453633.jpg", imageAlt: "Balanced cortado coffee drink"}, + id: "3", name: "Cortado", price: "Coffee ", imageSrc: "http://img.b2bpic.net/free-photo/front-view-coffee-glass_23-2148453633.jpg", imageAlt: "Balanced cortado coffee drink"}, { - id: "4", name: "Butter Croissant", price: "Pastry", imageSrc: "http://img.b2bpic.net/free-photo/delicious-french-breakfast-with-croissant_23-2150408549.jpg", imageAlt: "Flaky artisan butter croissant"}, + id: "4", name: "Butter Croissant", price: "non-Coffees ", imageSrc: "http://img.b2bpic.net/free-photo/delicious-french-breakfast-with-croissant_23-2150408549.jpg", imageAlt: "Flaky artisan butter croissant"}, ]} gridVariant="four-items-2x2-equal-grid" animationType="slide-up" -- 2.49.1