From bafaeb924d3762cd79bccd5841e5c413f50991c9 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Feb 2026 00:22:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index d794bd1..6fb66da 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,6 +62,7 @@ export default function LandingPage() { imageSrc="https://img.b2bpic.net/free-photo/man-polishing-car-with-orbital-applicator_1303-30576.jpg" imageAlt="Professional mobile car detailing" imagePosition="right" + mediaAnimation="slide-in-right" /> @@ -115,6 +116,8 @@ export default function LandingPage() { { src: "https://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", alt: "Satisfied client" } ]} useInvertedBackground={false} + ratingAnimation="slide-up" + avatarsAnimation="slide-up" /> @@ -179,6 +182,7 @@ export default function LandingPage() { textboxLayout="default" animationType="smooth" useInvertedBackground={false} + faqsAnimation="slide-up" /> -- 2.49.1