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} 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}