Update src/app/page.tsx
This commit is contained in:
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user