From a2973f2d0059ac774a7a9ccdfc7d45feabf5f2c6 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 00:59:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f51e5ff..e330d1b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,15 +54,15 @@ export default function LandingPage() { testimonials={[ { name: "Sarah Mitchell", handle: "Fashion Influencer", testimonial: "TANTAWY's designs are absolutely stunning. Every piece feels premium and timeless.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1" }, { name: "Emma Johnson", handle: "Style Expert", testimonial: "The quality and craftsmanship of TANTAWY collections is unmatched in the industry.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happiness-woman-smiling-casual-studio-portrait_53876-30387.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/happiness-woman-smiling-casual-studio-portrait_53876-30387.jpg?_wi=1" }, { name: "Jessica Chen", handle: "Fashion Blogger", testimonial: "I'm obsessed with TANTAWY! Every purchase has been a hit in my wardrobe.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2" }, ]} buttons={[ @@ -151,22 +151,22 @@ export default function LandingPage() { tagAnimation="slide-up" testimonials={[ { - id: "1", name: "Rachel Anderson", handle: "@rachelstyle", testimonial: "The quality is exceptional and the designs are so unique. TANTAWY has completely transformed my wardrobe!", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Rachel Anderson" + id: "1", name: "Rachel Anderson", handle: "@rachelstyle", testimonial: "The quality is exceptional and the designs are so unique. TANTAWY has completely transformed my wardrobe!", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=3", imageAlt: "Rachel Anderson" }, { - id: "2", name: "Sophia Williams", handle: "@sophiafashion", testimonial: "Every piece feels like a designer investment. I get compliments every time I wear TANTAWY.", imageSrc: "http://img.b2bpic.net/free-photo/happiness-woman-smiling-casual-studio-portrait_53876-30387.jpg", imageAlt: "Sophia Williams" + id: "2", name: "Sophia Williams", handle: "@sophiafashion", testimonial: "Every piece feels like a designer investment. I get compliments every time I wear TANTAWY.", imageSrc: "http://img.b2bpic.net/free-photo/happiness-woman-smiling-casual-studio-portrait_53876-30387.jpg?_wi=2", imageAlt: "Sophia Williams" }, { - id: "3", name: "Olivia Martinez", handle: "@oliviastyle", testimonial: "TANTAWY's attention to detail and quality is unmatched. Worth every penny!", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Olivia Martinez" + id: "3", name: "Olivia Martinez", handle: "@oliviastyle", testimonial: "TANTAWY's attention to detail and quality is unmatched. Worth every penny!", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=4", imageAlt: "Olivia Martinez" }, { - id: "4", name: "Emma Thompson", handle: "@emmafashion", testimonial: "I've been a customer for years and the consistency in quality is remarkable. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Emma Thompson" + id: "4", name: "Emma Thompson", handle: "@emmafashion", testimonial: "I've been a customer for years and the consistency in quality is remarkable. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=5", imageAlt: "Emma Thompson" }, { - id: "5", name: "Isabella Rodriguez", handle: "@isabellastyle", testimonial: "Finally found a brand that values quality and timeless design. TANTAWY is my favorite!", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Isabella Rodriguez" + id: "5", name: "Isabella Rodriguez", handle: "@isabellastyle", testimonial: "Finally found a brand that values quality and timeless design. TANTAWY is my favorite!", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=6", imageAlt: "Isabella Rodriguez" }, { - id: "6", name: "Charlotte Davis", handle: "@charlottefashion", testimonial: "The craftsmanship is incredible. Every piece in my TANTAWY collection is a gem.", imageSrc: "http://img.b2bpic.net/free-photo/happiness-woman-smiling-casual-studio-portrait_53876-30387.jpg", imageAlt: "Charlotte Davis" + id: "6", name: "Charlotte Davis", handle: "@charlottefashion", testimonial: "The craftsmanship is incredible. Every piece in my TANTAWY collection is a gem.", imageSrc: "http://img.b2bpic.net/free-photo/happiness-woman-smiling-casual-studio-portrait_53876-30387.jpg?_wi=3", imageAlt: "Charlotte Davis" }, ]} animationType="slide-up" -- 2.49.1