From f97f5274638a1adc62ec1c1f6c6af55b929aa678 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 09:21:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0136b28..5db6afe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,7 +54,7 @@ export default function LandingPage() { { text: "Watch Demo", href: "#faq" } ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/laptop-blank-screen-hopping-cart-full-gifts-with-copyspace-online-shopping-concept_1423-92.jpg" + imageSrc="http://img.b2bpic.net/free-photo/laptop-blank-screen-hopping-cart-full-gifts-with-copyspace-online-shopping-concept_1423-92.jpg?_wi=1" imageAlt="Modern drop shipping store interface" mediaAnimation="slide-up" avatars={[ @@ -179,16 +179,16 @@ export default function LandingPage() { tagAnimation="slide-up" testimonials={[ { - id: "1", title: "Increased Revenue by 300%", quote: "ShipHub completely transformed my drop shipping business. The automated order management saved me hours every day, and I was able to scale to 10x my previous monthly revenue in just 6 months.", name: "Sarah Mitchell", role: "E-commerce Entrepreneur", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Sarah Mitchell" + id: "1", title: "Increased Revenue by 300%", quote: "ShipHub completely transformed my drop shipping business. The automated order management saved me hours every day, and I was able to scale to 10x my previous monthly revenue in just 6 months.", name: "Sarah Mitchell", role: "E-commerce Entrepreneur", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1", imageAlt: "Sarah Mitchell" }, { - id: "2", title: "Best Platform for Beginners", quote: "I started with zero e-commerce experience. ShipHub's intuitive interface and excellent support team made the learning curve incredibly smooth. I was profitable within my first month.", name: "Michael Chen", role: "Founder, TrendMart", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Chen" + id: "2", title: "Best Platform for Beginners", quote: "I started with zero e-commerce experience. ShipHub's intuitive interface and excellent support team made the learning curve incredibly smooth. I was profitable within my first month.", name: "Michael Chen", role: "Founder, TrendMart", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Michael Chen" }, { - id: "3", title: "Seamless Supplier Integration", quote: "The integration with multiple suppliers is seamless. I can manage my entire inventory from one dashboard, and the automated fulfillment saves me days of manual work every week.", name: "Emily Rodriguez", role: "Store Owner", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emily Rodriguez" + id: "3", title: "Seamless Supplier Integration", quote: "The integration with multiple suppliers is seamless. I can manage my entire inventory from one dashboard, and the automated fulfillment saves me days of manual work every week.", name: "Emily Rodriguez", role: "Store Owner", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Emily Rodriguez" }, { - id: "4", title: "Customer Support is Outstanding", quote: "Every time I've had a question or issue, the ShipHub team has been there within minutes. The 24/7 support makes running a global business stress-free.", name: "David Kim", role: "Multi-Store Operator", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "David Kim" + id: "4", title: "Customer Support is Outstanding", quote: "Every time I've had a question or issue, the ShipHub team has been there within minutes. The 24/7 support makes running a global business stress-free.", name: "David Kim", role: "Multi-Store Operator", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2", imageAlt: "David Kim" } ]} /> @@ -266,7 +266,7 @@ export default function LandingPage() {