From 8a48ae2d2a0607de89e7588fa55e1eecdbabd238 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Feb 2026 10:25:20 +0000 Subject: [PATCH 1/3] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 54b3866..261c23a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -102,7 +102,7 @@ export default function LandingPage() { description="Every element is obsessively crafted for your perfect moment" tag="Experience" tagIcon={Sparkles} - tagAnimation="entrance-slide" + tagAnimation="slide-up" features={[ { title: "The Atmosphere", description: "Natural light by day. Intimate glow by night. Your perfect backdrop.", imageSrc: "https://img.b2bpic.net/free-photo/woman-works-cafe-evening_1153-3549.jpg", imageAlt: "Warm cafe interior with natural light", buttonIcon: ArrowRight -- 2.49.1 From 39060a6eef3a3ed57f0bab0295fb50d657c0f3ab Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Feb 2026 10:25:21 +0000 Subject: [PATCH 2/3] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index c809318..8f2711d 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -291,7 +291,7 @@ export default function ProductPage({ params }: ProductPageProps) { { label: "Facebook", href: "https://facebook.com" }, { label: "Email", href: "mailto:hello@midnightcafe.local" }, { label: "Directions", href: "#" } - ] + } }, { title: "Hours", items: [ -- 2.49.1 From 070a121af33b95e5aa45c6353cbb2c1d0b0ebe0f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Feb 2026 10:25:22 +0000 Subject: [PATCH 3/3] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index a6fffbc..b280127 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -143,7 +143,7 @@ export default function ShopPage() { { label: "Facebook", href: "https://facebook.com" }, { label: "Email", href: "mailto:hello@midnightcafe.local" }, { label: "Directions", href: "#" } - ] + } }, { title: "Hours", items: [ -- 2.49.1