From 63cfb9c6433221f8219c8696a02d1ab79fcfc971 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 02:39:38 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 12fe573..c9e8134 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -77,8 +77,8 @@ export default function HomePage() { imageAlt="Woman getting hair styled in an elegant beauty salon" tag="Trusted by loyal clients for years" tagIcon={Star} - tagAnimation="reveal-blur" - buttonAnimation="reveal-blur" + tagAnimation="blur-reveal" + buttonAnimation="blur-reveal" /> @@ -112,8 +112,8 @@ export default function HomePage() { { src: "http://img.b2bpic.net/free-photo/front-view-couple-having-bookstore-date_23-2150334627.jpg", alt: "Client photo" }, { src: "http://img.b2bpic.net/free-photo/close-up-shot-self-assured-feminine-beautiful-woman-touching-haircut-smiling-joyfully-feeling-pretty-getting-rid-acne-grey-wall_176420-23666.jpg", alt: "Client photo" } ]} - ratingAnimation="reveal-blur" - avatarsAnimation="reveal-blur" + ratingAnimation="blur-reveal" + avatarsAnimation="blur-reveal" useInvertedBackground={false} tag="Client Love" tagIcon={Quote} -- 2.49.1 From 58adfec69ec0865d9b6e2baf7fa289e234671217 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 02:39:39 +0000 Subject: [PATCH 2/2] Update src/app/services/page.tsx --- src/app/services/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index d25b063..b688d25 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -91,8 +91,8 @@ export default function ServicesPage() { { src: "http://img.b2bpic.net/free-photo/front-view-couple-having-bookstore-date_23-2150334627.jpg", alt: "Client photo" }, { src: "http://img.b2bpic.net/free-photo/close-up-shot-self-assured-feminine-beautiful-woman-touching-haircut-smiling-joyfully-feeling-pretty-getting-rid-acne-grey-wall_176420-23666.jpg", alt: "Client photo" } ]} - ratingAnimation="reveal-blur" - avatarsAnimation="reveal-blur" + ratingAnimation="blur-reveal" + avatarsAnimation="blur-reveal" useInvertedBackground={false} tag="Client Love" tagIcon={Quote} -- 2.49.1