From 16ecc944bbfd6ca79a2f141698ab3ec574954768 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 10:27:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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} />