diff --git a/src/app/page.tsx b/src/app/page.tsx index 0e06d67..fe63c92 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,8 +62,8 @@ export default function LandingPage() { showBlur={true} textPosition={"bottom"} testimonialRotationInterval={7000} - tagAnimation={"reveal-blur"} - buttonAnimation={"reveal-blur"} + tagAnimation={"blur-reveal"} + buttonAnimation={"blur-reveal"} /> @@ -135,7 +135,7 @@ export default function LandingPage() { { id: "q3", title: "Is your coffee ethically sourced?", content: "Absolutely! We pride ourselves on sourcing our beans from local, ethical roasters who share our commitment to sustainability and fair trade practices." }, { id: "q4", title: "Do you provide catering services?", content: "Yes, we offer catering for local businesses and events. From coffee batches to pastry platters, we can customize an order for you. Contact us for a quote!" } ]} - faqsAnimation={"reveal-blur"} + faqsAnimation={"blur-reveal"} textPosition={"left"} useInvertedBackground={true} /> @@ -153,8 +153,8 @@ export default function LandingPage() { { src: "http://img.b2bpic.net/free-photo/3d-rendering-zoom-call-avatar_23-2149556778.jpg", alt: "Happy Customer 1 avatar" }, { src: "http://img.b2bpic.net/free-photo/serious-young-manager-with-afro-hairstyle-frowning_273609-12357.jpg", alt: "Happy Customer 2 avatar" } ]} - ratingAnimation={"reveal-blur"} - avatarsAnimation={"reveal-blur"} + ratingAnimation={"blur-reveal"} + avatarsAnimation={"blur-reveal"} useInvertedBackground={false} /> @@ -170,8 +170,8 @@ export default function LandingPage() { ]} background={{ variant: "radial-gradient" }} useInvertedBackground={true} - buttonAnimation={"reveal-blur"} - tagAnimation={"reveal-blur"} + buttonAnimation={"blur-reveal"} + tagAnimation={"blur-reveal"} />