diff --git a/src/app/page.tsx b/src/app/page.tsx index bcca4f8..16ca0a9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -197,15 +197,15 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "t1", name: "Sarah Miller", handle: "@sarahm", testimonial: "The precision is unmatched. Simply the best calculator I've used.", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-brunette-woman-wearing-casual-sweater-standing-red-background-pointing-fingers-camera-with-happy-funny-face-good-energy-vibes_839833-6469.jpg"}, + id: "t1", name: "Sarah Miller", handle: "Lead Engineer @ TechCore", testimonial: "The precision is unmatched. Simply the best calculator I've used.", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-brunette-woman-wearing-casual-sweater-standing-red-background-pointing-fingers-camera-with-happy-funny-face-good-energy-vibes_839833-6469.jpg"}, { - id: "t2", name: "David Chen", handle: "@dchen", testimonial: "The visualization feature saved me hours in reporting.", imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-pajamas-while-sitting-bed_273609-13213.jpg"}, + id: "t2", name: "David Chen", handle: "Financial Analyst @ DataFlow", testimonial: "The visualization feature saved me hours in reporting.", imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-pajamas-while-sitting-bed_273609-13213.jpg"}, { - id: "t3", name: "Elena Rodriguez", handle: "@elena_r", testimonial: "Fantastic UI and performance. I can't imagine work without it.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-prepared-meeting_1098-2188.jpg"}, + id: "t3", name: "Elena Rodriguez", handle: "Senior Architect @ BuildCo", testimonial: "Fantastic UI and performance. I can't imagine work without it.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-prepared-meeting_1098-2188.jpg"}, { - id: "t4", name: "Marcus Johnson", handle: "@mjohnson", testimonial: "Top-tier reliability for engineering requirements.", imageSrc: "http://img.b2bpic.net/free-photo/woman-expert-developer-works-with-photo-editing-software_482257-126186.jpg"}, + id: "t4", name: "Marcus Johnson", handle: "Systems Engineer @ Orbit", testimonial: "Top-tier reliability for engineering requirements.", imageSrc: "http://img.b2bpic.net/free-photo/woman-expert-developer-works-with-photo-editing-software_482257-126186.jpg"}, { - id: "t5", name: "Jessica Wright", handle: "@jwright", testimonial: "Best scientific calculator app on the market.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-man-with-coffee_23-2149271183.jpg"}, + id: "t5", name: "Jessica Wright", handle: "Data Scientist @ Logic", testimonial: "Best scientific calculator app on the market.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-man-with-coffee_23-2149271183.jpg"}, ]} title="Loved by Professionals" description="Join thousands of satisfied users globally." @@ -280,4 +280,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file