From c317721309353c012bb3d26c5cb52306b9ebe8a0 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 23:41:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0203f1e..e9d434c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -140,9 +140,10 @@ export default function LandingPage() { { value: "Board Games", title: "Social Activities" }, { value: "Warm Ambiance", title: "Relaxing Vibe" } ]} - imageSrc="http://img.b2bpic.net/free-photo/woman-drinking-hot-chocolate-cafe_23-2149944021.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/woman-drinking-hot-chocolate-cafe_23-2149944021.jpg" imageAlt="Comfortable seating area at Cafe De Madrid" mediaAnimation="blur-reveal" + metricsAnimation="slide-up" useInvertedBackground={false} containerClassName="max-w-6xl" /> @@ -165,7 +166,7 @@ export default function LandingPage() { id: "event-1", name: "Erika Davila", price: "Every Friday", variant: "8 PM - 11 PM", imageSrc: "http://img.b2bpic.net/free-photo/female-student-playing-violin_107420-64932.jpg", imageAlt: "Live music performance by Erika Davila" }, { - id: "event-2", name: "Date Nights", price: "Perfect Vibe", variant: "Romantic Setting", imageSrc: "http://img.b2bpic.net/free-photo/woman-drinking-hot-chocolate-cafe_23-2149944021.jpg?_wi=2", imageAlt: "Intimate cafe setting for couples" + id: "event-2", name: "Date Nights", price: "Perfect Vibe", variant: "Romantic Setting", imageSrc: "http://img.b2bpic.net/free-photo/woman-drinking-hot-chocolate-cafe_23-2149944021.jpg", imageAlt: "Intimate cafe setting for couples" }, { id: "event-3", name: "Friends Gathering", price: "Social Atmosphere", variant: "Group Friendly", imageSrc: "http://img.b2bpic.net/free-photo/friends-playing-poker-together_23-2149342783.jpg", imageAlt: "Friends enjoying social gathering at cafe" -- 2.49.1