diff --git a/src/app/page.tsx b/src/app/page.tsx index fcafb64..5465653 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,14 +29,10 @@ export default function LandingPage() { @@ -143,41 +106,26 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { - id: "1", name: "Maria G.", role: "Client", testimonial: "Super fast and professional! I got a bigger refund than expected.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdGU5WQZhQOl5bbkcnIhZIMKbp/portrait-of-a-smiling-professional-woman-1774820823500-903c5f47.png?_wi=1"}, - { - id: "2", name: "Carlos R.", role: "Client", testimonial: "They explained everything clearly and made the process stress-free.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdGU5WQZhQOl5bbkcnIhZIMKbp/portrait-of-a-smiling-professional-man-1774820823846-bffd7eb2.png"}, - { - id: "3", name: "Ana S.", role: "Client", testimonial: "Reliable and honest services every single year.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdGU5WQZhQOl5bbkcnIhZIMKbp/portrait-of-a-smiling-middle-aged-woman-1774820823461-c5aaf440.png"}, - { - id: "4", name: "Jose M.", role: "Client", testimonial: "Excellent service and very knowledgeable team.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdGU5WQZhQOl5bbkcnIhZIMKbp/portrait-of-a-smiling-young-professional-1774820823372-56facec6.png"}, - { - id: "5", name: "Elena P.", role: "Client", testimonial: "I trust this team with my business taxes every season. Highly recommended.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdGU5WQZhQOl5bbkcnIhZIMKbp/portrait-of-a-smiling-professional-woman-1774820823500-903c5f47.png?_wi=2"}, + { id: "1", name: "Maria G.", role: "Client", testimonial: "The best service in town. They secured my refund fast and made it so easy.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdGU5WQZhQOl5bbkcnIhZIMKbp/portrait-of-a-smiling-professional-woman-1774820823500-903c5f47.png?_wi=1" }, + { id: "2", name: "Carlos R.", role: "Small Business Owner", testimonial: "Their guidance for my business taxes has been invaluable for our growth.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdGU5WQZhQOl5bbkcnIhZIMKbp/portrait-of-a-smiling-professional-man-1774820823846-bffd7eb2.png" }, + { id: "3", name: "Ana S.", role: "Client", testimonial: "Professional, kind, and extremely helpful. I highly recommend their team.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdGU5WQZhQOl5bbkcnIhZIMKbp/portrait-of-a-smiling-middle-aged-woman-1774820823461-c5aaf440.png" }, ]} - title="Client Feedback" - description="See why our clients trust us with their financial future." + title="Client Stories" + description="Hear from the community we serve." />
@@ -187,23 +135,10 @@ export default function LandingPage() {