From 4833dcae734a5a408ab87a851e0f5c58a098c998 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 22:13:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4fcc18e..e42532b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,6 +51,7 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-chair-hairdresser-with-client-guy-drinkig-whiskey_1157-43567.jpg", imageAlt: "Professional barber cutting hair"}, ]} + mediaAnimation="none" rating={5} ratingText="4.9 stars • 159 reviews" buttons={[ @@ -160,7 +161,7 @@ export default function LandingPage() { id: "phone", value: "416-651-7056", description: "Please call to confirm hours and book your visit. We honour walk-ins when available."}, ]} useInvertedBackground={false} - metricsAnimation="fade-in" + metricsAnimation="slide-up" /> -- 2.49.1