From de375183fd298263b306e5bb06b23812603e64eb Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 10:58:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e52d219..0f14fa3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,15 +73,9 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-6420.jpg", imageAlt: "Cozy Tealogy Cafe Interior"}, { - imageSrc: "http://img.b2bpic.net/free-photo/cup-hot-cappuccino-with-shortbread-cookies_140725-2283.jpg", imageAlt: "Delicious Tea and Coffee"}, - { - imageSrc: "http://img.b2bpic.net/free-photo/view-table-arrangement-by-wedding-planner_23-2150167204.jpg", imageAlt: "Rustic restaurant furniture in Tealogy Cafe"}, - { - imageSrc: "http://img.b2bpic.net/free-photo/chair-with-stack-hawaiian-shirts-headphones_23-2149366023.jpg", imageAlt: "Empty colorful chair in cafe"}, - { - imageSrc: "http://img.b2bpic.net/free-photo/wooden-table-near-table-lamp-there-is-white-box-with-wedding-rings_1157-13484.jpg", imageAlt: "An empty bench in the cafe"}, + imageSrc: "http://img.b2bpic.net/free-photo/cup-hot-cappuccino-with-shortbread-cookies_140725-2283.jpg", imageAlt: "Delicious Tea and Coffee"} ]} - mediaAnimation="reveal-blur" + mediaAnimation="blur-reveal" rating={4.7} ratingText="Based on 23 reviews" /> @@ -180,7 +174,7 @@ export default function LandingPage() { { src: "http://img.b2bpic.net/free-photo/smiling-young-brunette-caucasian-girl-looks-points-camera-isolated-olive-green-background-with-copy-space_141793-67059.jpg", alt: "Deepika Rao"}, ]} - ratingAnimation="reveal-blur" + ratingAnimation="blur-reveal" avatarsAnimation="slide-up" /> -- 2.49.1