From 140f0bf3552c2933b578d74ec0aa3e9e3d130a4a Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 02:59:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c6c9332..7b31cee 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -144,16 +144,16 @@ export default function LandingPage() { tagAnimation="slide-up" testimonials={[ { - id: "1", name: "Emma Johnson", handle: "@emmastyle", testimonial: "Finally found a brand that combines style with sustainability. The quality is exceptional and the designs are so unique!", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-blond-short-hair-tanned-smiling-cute-gazing-camera-with-friendly_176420-44610.jpg", imageAlt: "Emma Johnson" + id: "1", name: "Emma Johnson", handle: "@emmastyle", testimonial: "Finally found a brand that combines style with sustainability. The quality is exceptional and the designs are so unique!", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-blond-short-hair-tanned-smiling-cute-gazing-camera-with-friendly_176420-44610.jpg?_wi=1", imageAlt: "Emma Johnson" }, { - id: "2", name: "Marcus Chen", handle: "@marcusfashion", testimonial: "DUO's pieces have become my go-to for everyday wear. Comfortable, stylish, and guilt-free shopping. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-with-copy-space_23-2148422282.jpg", imageAlt: "Marcus Chen" + id: "2", name: "Marcus Chen", handle: "@marcusfashion", testimonial: "DUO's pieces have become my go-to for everyday wear. Comfortable, stylish, and guilt-free shopping. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-with-copy-space_23-2148422282.jpg?_wi=1", imageAlt: "Marcus Chen" }, { - id: "3", name: "Sophia Rodriguez", handle: "@sophiastyle", testimonial: "I love supporting brands founded by creatives with a vision. Every purchase feels like investing in something meaningful.", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-blond-short-hair-tanned-smiling-cute-gazing-camera-with-friendly_176420-44610.jpg", imageAlt: "Sophia Rodriguez" + id: "3", name: "Sophia Rodriguez", handle: "@sophiastyle", testimonial: "I love supporting brands founded by creatives with a vision. Every purchase feels like investing in something meaningful.", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-blond-short-hair-tanned-smiling-cute-gazing-camera-with-friendly_176420-44610.jpg?_wi=2", imageAlt: "Sophia Rodriguez" }, { - id: "4", name: "James Wilson", handle: "@jamesware", testimonial: "The hoodie I bought fits perfectly and the material is incredibly soft. This will definitely be a repeat purchase!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-with-copy-space_23-2148422282.jpg", imageAlt: "James Wilson" + id: "4", name: "James Wilson", handle: "@jamesware", testimonial: "The hoodie I bought fits perfectly and the material is incredibly soft. This will definitely be a repeat purchase!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-with-copy-space_23-2148422282.jpg?_wi=2", imageAlt: "James Wilson" } ]} animationType="slide-up" -- 2.49.1