diff --git a/src/app/page.tsx b/src/app/page.tsx index e15b6d0..23b908a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,13 +53,13 @@ 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={[ { text: "Shop Now", href: "#products" }, @@ -144,17 +144,17 @@ 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="fade-in" textboxLayout="default"