From dcd0ad47d27768e37b806059e8cdcfd99bcb5813 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Feb 2026 18:04:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4941157..688286b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -114,10 +114,10 @@ export default function BlackHousePage() { tagAnimation="slide-up" metrics={[ { - id: "1", value: "Year-Round", title: "Halloween Aesthetic", description: "Every day feels like October 31st", imageSrc: "https://img.b2bpic.net/free-photo/young-attractive-woman-striped-trench-coat-happily-talking-cellphone-sitting-near-big-window-while-spending-time-modern-cafe_574295-4851.jpg", imageAlt: "cafe interior dark aesthetic gothic decor cozy seating" + id: "1", value: "Year-Round", title: "Halloween Aesthetic", description: "Every day feels like October 31st", imageSrc: "https://img.b2bpic.net/free-photo/young-attractive-woman-striped-trench-coat-happily-talking-cellphone-sitting-near-big-window-while-spending-time-modern-cafe_574295-4851.jpg?_wi=1", imageAlt: "cafe interior dark aesthetic gothic decor cozy seating" }, { - id: "2", value: "Limited", title: "Cozy Seating", description: "Tight, exclusive space—order ahead for faster pickup", imageSrc: "https://img.b2bpic.net/free-photo/young-attractive-woman-striped-trench-coat-happily-talking-cellphone-sitting-near-big-window-while-spending-time-modern-cafe_574295-4851.jpg", imageAlt: "cafe interior dark aesthetic gothic decor cozy seating" + id: "2", value: "Limited", title: "Cozy Seating", description: "Tight, exclusive space—order ahead for faster pickup", imageSrc: "https://img.b2bpic.net/free-photo/young-attractive-woman-striped-trench-coat-happily-talking-cellphone-sitting-near-big-window-while-spending-time-modern-cafe_574295-4851.jpg?_wi=2", imageAlt: "cafe interior dark aesthetic gothic decor cozy seating" } ]} animationType="slide-up" -- 2.49.1