From 2402a5dfdbf4c90985388741989f52fd5eb538af Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Feb 2026 02:27:50 +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 3c85605..31c93e7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,6 +56,7 @@ export default function LandingPage() { imageSrc="https://img.b2bpic.net/free-photo/mockup-mobile-phone-screen_53876-63379.jpg" imageAlt="Luxury smartphone in cinematic lighting" frameStyle="card" + mediaAnimation="slide-up" ariaLabel="All About Phones - Premium phone repair and sales hero" /> @@ -212,6 +213,8 @@ export default function LandingPage() { mediaPosition="right" useInvertedBackground={false} animationType="smooth" + faqsAnimation="slide-up" + mediaAnimation="slide-up" textboxLayout="default" /> @@ -236,6 +239,7 @@ export default function LandingPage() { imageSrc="https://img.b2bpic.net/free-photo/woman-choosing-phone-technology-store_1303-31328.jpg" imageAlt="Premium repair service center" mediaPosition="right" + mediaAnimation="slide-up" buttonText="Schedule Now" /> -- 2.49.1