From 40031f38a331d6e679fc7aab09420b8f52d60474 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 15:42:11 +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 f02c023..f10433c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -130,17 +130,17 @@ export default function LandingPage() { description="Real stories from expats who successfully moved to Portugal" testimonials={[ { - id: "1", name: "Sarah Johnson", handle: "New to Lisbon", testimonial: "Moving to Portugal seemed overwhelming, but this team made it simple. They handled the visa process seamlessly and answered every question I had. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg", imageAlt: "Sarah Johnson"}, + id: "1", name: "Sarah Johnson", handle: "New to Lisbon", testimonial: "Moving to Portugal seemed overwhelming, but this team made it simple. They handled the visa process seamlessly and answered every question I had. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=1", imageAlt: "Sarah Johnson"}, { - id: "2", name: "Michael Chen", handle: "Digital Nomad", testimonial: "As a remote worker, I needed clarity on the digital nomad visa. The guidance was professional, thorough, and honestly saved me months of confusion.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Chen"}, + id: "2", name: "Michael Chen", handle: "Digital Nomad", testimonial: "As a remote worker, I needed clarity on the digital nomad visa. The guidance was professional, thorough, and honestly saved me months of confusion.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Michael Chen"}, { - id: "3", name: "Emma Williams", handle: "Lisbon Resident", testimonial: "The NIF and residency process was confusing until I worked with this team. They broke everything down and got me sorted in less than a month.", imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg", imageAlt: "Emma Williams"}, + id: "3", name: "Emma Williams", handle: "Lisbon Resident", testimonial: "The NIF and residency process was confusing until I worked with this team. They broke everything down and got me sorted in less than a month.", imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=2", imageAlt: "Emma Williams"}, { - id: "4", name: "David Martinez", handle: "Business Owner", testimonial: "Setting up my business in Portugal felt impossible, but they guided me through every step. Professional, responsive, and genuinely invested in my success.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Martinez"}, + id: "4", name: "David Martinez", handle: "Business Owner", testimonial: "Setting up my business in Portugal felt impossible, but they guided me through every step. Professional, responsive, and genuinely invested in my success.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "David Martinez"}, { - id: "5", name: "Lisa Anderson", handle: "Porto Expat", testimonial: "The entire relocation process was stress-free thanks to their expertise. They anticipated questions I didn't even know to ask. Worth every penny.", imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg", imageAlt: "Lisa Anderson"}, + id: "5", name: "Lisa Anderson", handle: "Porto Expat", testimonial: "The entire relocation process was stress-free thanks to their expertise. They anticipated questions I didn't even know to ask. Worth every penny.", imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=3", imageAlt: "Lisa Anderson"}, { - id: "6", name: "James Thompson", handle: "Recently Moved", testimonial: "Outstanding service from start to finish. They made my move to Portugal feel like the right decision. I'm grateful for their support.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Thompson"}, + id: "6", name: "James Thompson", handle: "Recently Moved", testimonial: "Outstanding service from start to finish. They made my move to Portugal feel like the right decision. I'm grateful for their support.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "James Thompson"}, ]} textboxLayout="default" useInvertedBackground={false} -- 2.49.1