Update src/app/page.tsx

This commit is contained in:
2026-03-03 10:27:07 +00:00
parent 1e66a0702c
commit 16ecc944bb

View File

@@ -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}
/>
</div>