Merge version_3 into main #4

Merged
bender merged 1 commits from version_3 into main 2026-03-09 03:40:51 +00:00

View File

@@ -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"