diff --git a/src/app/page.tsx b/src/app/page.tsx index 063f677..fd1e6b1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -180,6 +180,8 @@ export default function LandingPage() { tag="Reviews" tagIcon={Star} tagAnimation="slide-up" + textboxLayout="default" + useInvertedBackground={false} testimonials={[ { id: "1", title: "Genuine Quality at Fair Price", quote: "I was skeptical about second-hand phones, but Smart Deal's inspection process is thorough. My phone works perfectly and the warranty gives me peace of mind. Highly recommended!", name: "Priya Sharma", role: "Business Owner", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg"}, @@ -190,9 +192,6 @@ export default function LandingPage() { { id: "4", title: "Outstanding Warranty Support", quote: "Had a minor issue with my phone after a month. Smart Deal's warranty covered it completely without any hassle. This is why I always come back!", name: "Vikram Nair", role: "Corporate Executive", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg"}, ]} - textboxLayout="default" - animationType="slide-up" - useInvertedBackground={false} />