From 210491534416e4c29e0cdf61785a77ebdb78d1ee Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Feb 2026 00:19:19 +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..cbec8b1 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="reveal-from-right" /> @@ -114,6 +115,8 @@ export default function LandingPage() { { src: "https://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", alt: "Service review" }, { 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" } ]} + ratingAnimation="fade-in-scale" + avatarsAnimation="stagger-slide-in" useInvertedBackground={false} /> @@ -178,6 +181,7 @@ export default function LandingPage() { ]} textboxLayout="default" animationType="smooth" + faqsAnimation="stagger-fade-in" useInvertedBackground={false} /> -- 2.49.1