diff --git a/src/app/page.tsx b/src/app/page.tsx index df5834c..dd7dcbc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -99,7 +99,7 @@ export default function LandingPage() { { title: "Express Delivery", description: "Priority handling for urgent needs.", icon: Zap, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businesswoman-eyeglasses_1262-5856.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businesswoman-eyeglasses_1262-5856.jpg?_wi=1" }, { imageSrc: "http://img.b2bpic.net/free-photo/singil-district-seoul-south-korea-skyline-night_335224-285.jpg" }, ], }, @@ -156,7 +156,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} testimonials={[ - { id: "t1", title: "Great Service", quote: "Very reliable and fast delivery service.", name: "Sarah Johnson", role: "CEO", imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businesswoman-eyeglasses_1262-5856.jpg" }, + { id: "t1", title: "Great Service", quote: "Very reliable and fast delivery service.", name: "Sarah Johnson", role: "CEO", imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businesswoman-eyeglasses_1262-5856.jpg?_wi=2" }, { id: "t2", title: "Efficient", quote: "Helped my business scale logistics easily.", name: "Michael Chen", role: "CTO", imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-walking-outside-modern-office-building_1139-1079.jpg" }, { id: "t3", title: "Professional", quote: "Always on time and professional.", name: "Emily Rodriguez", role: "Director", imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-sitting-couch-smiling_23-2148095699.jpg" }, { id: "t4", title: "Excellent", quote: "Top-tier logistics support for our warehouse.", name: "David Kim", role: "Manager", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg" },