From 237d3f18ee38fd636aad33be02c3226a81ace15d Mon Sep 17 00:00:00 2001 From: development Date: Thu, 5 Feb 2026 13:40:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d81110d..66cb864 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -160,7 +160,7 @@ export default function LandingPage() { title="What Our Customers Say" description="Hear from real users about their iPhone experience" textboxLayout="default" - useInvertedBackground="invertDefault" + useInvertedBackground="noInvert" testimonials={[ { id: "1", title: "Best Camera Phone Ever", quote: "The camera quality on iPhone 15 Pro is absolutely phenomenal. I've completely replaced my dedicated camera for most of my photography work. The computational photography and portrait mode are unmatched.", name: "Sarah Chen", role: "Professional Photographer", imageSrc: "https://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", imageAlt: "Sarah Chen" @@ -214,7 +214,7 @@ export default function LandingPage() { text="Ready to experience the future? Get your iPhone today and discover why millions trust Apple." animationType="entrance-slide" background={{ variant: "plain" }} - useInvertedBackground="invertDefault" + useInvertedBackground="noInvert" buttons={[ { text: "Shop iPhone", href: "#products" }, { text: "Contact Support", href: "https://support.apple.com" } -- 2.49.1