From 45a26719d0f6d813dcd353f8d600241b22f87302 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 16:29:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5dd9dc4..945c8f6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,15 +75,15 @@ export default function LandingPage() { testimonials={[ { name: "Sarah Chen", handle: "Designer, Creative Studio", testimonial: "Finally, a retailer that actually understands what I need. No pushy sales, just honest advice.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1" }, { name: "Marcus Johnson", handle: "Executive, Tech Company", testimonial: "They saved me €800 by recommending the perfect device instead of the most expensive one.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2" }, { name: "Elena Rodriguez", handle: "Freelancer, Content Creator", testimonial: "The quiz was incredibly helpful. No regrets with my purchase and their support is top-notch.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3" }, ]} testimonialRotationInterval={5000} @@ -106,15 +106,15 @@ export default function LandingPage() { features={[ { id: 1, - tag: "Step One", title: "Tell Us Your Needs", subtitle: "What's your primary use case?", description: "Answer a few quick questions about your work style, daily tasks, and budget. We're here to understand your real requirements, not sell you something unnecessary.", imageSrc: "http://img.b2bpic.net/free-vector/task-management-application_23-2148628459.jpg" + tag: "Step One", title: "Tell Us Your Needs", subtitle: "What's your primary use case?", description: "Answer a few quick questions about your work style, daily tasks, and budget. We're here to understand your real requirements, not sell you something unnecessary.", imageSrc: "http://img.b2bpic.net/free-vector/task-management-application_23-2148628459.jpg?_wi=1" }, { id: 2, - tag: "Step Two", title: "Get Personalized Recommendations", subtitle: "Models tailored to you", description: "Receive a curated selection of 2-3 devices that match your exact needs. Each recommendation includes transparent pricing and honest performance comparisons.", imageSrc: "http://img.b2bpic.net/free-vector/task-management-application_23-2148628459.jpg" + tag: "Step Two", title: "Get Personalized Recommendations", subtitle: "Models tailored to you", description: "Receive a curated selection of 2-3 devices that match your exact needs. Each recommendation includes transparent pricing and honest performance comparisons.", imageSrc: "http://img.b2bpic.net/free-vector/task-management-application_23-2148628459.jpg?_wi=2" }, { id: 3, - tag: "Step Three", title: "Expert Support at Every Stage", subtitle: "We're here to help you decide", description: "Chat with our specialists about any device, get setup assistance after purchase, and enjoy lifetime customer support. Your satisfaction is our priority.", imageSrc: "http://img.b2bpic.net/free-vector/task-management-application_23-2148628459.jpg" + tag: "Step Three", title: "Expert Support at Every Stage", subtitle: "We're here to help you decide", description: "Chat with our specialists about any device, get setup assistance after purchase, and enjoy lifetime customer support. Your satisfaction is our priority.", imageSrc: "http://img.b2bpic.net/free-vector/task-management-application_23-2148628459.jpg?_wi=3" }, ]} /> @@ -232,16 +232,16 @@ export default function LandingPage() {