diff --git a/src/app/page.tsx b/src/app/page.tsx index ae90573..dcf55e5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,18 +29,9 @@ export default function LandingPage() { @@ -206,60 +101,28 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} - testimonials={[ - { - id: "1", - name: "Sarah Johnson", - handle: "@customer", - testimonial: "Absolutely remarkable service… intuitive solutions… highly recommend!", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdRVwa9tt5w9PtirbtbRYhQ8FL/professional-portrait-of-a-happy-custome-1774817027180-790c9b99.png?_wi=1", - }, - { - id: "2", - name: "Michael Chen", - handle: "@customer", - testimonial: "Very knowledgeable, kind, and genuinely cares… prices are phenomenal.", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdRVwa9tt5w9PtirbtbRYhQ8FL/professional-portrait-of-a-happy-custome-1774817027020-a3ad4a20.png", - }, - { - id: "3", - name: "Emily Rodriguez", - handle: "@customer", - testimonial: "Came on a Sunday and fixed everything quickly… fantastic experience.", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdRVwa9tt5w9PtirbtbRYhQ8FL/professional-portrait-of-a-happy-custome-1774817027038-03f553e9.png", - }, - { - id: "4", - name: "David Kim", - handle: "@customer", - testimonial: "Fast, friendly, and reliable… will definitely call again.", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdRVwa9tt5w9PtirbtbRYhQ8FL/professional-portrait-of-a-happy-custome-1774817033035-0b7d66f5.png", - }, - { - id: "5", - name: "Robert Miller", - handle: "@customer", - testimonial: "Expert advice, prompt arrival, and clean work. Highly recommended.", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdRVwa9tt5w9PtirbtbRYhQ8FL/professional-portrait-of-a-happy-custome-1774817027180-790c9b99.png?_wi=2", - }, - ]} showRating={true} - title="Trusted by Moncton Residents" - description="Read what our satisfied customers have to say about our fast, friendly service." + title="What Our Clients Say" + description="Trusted reviews from satisfied homeowners in Moncton." + testimonials={[ + { id: "1", name: "Hamza Khan", handle: "@client", testimonial: "Prompt service, very fair pricing, will use again!", rating: 5 }, + { id: "2", name: "Lisa Vautour", handle: "@client", testimonial: "Fantastic work, very respectful of our home.", rating: 5 }, + { id: "3", name: "bobbyjoehope", handle: "@client", testimonial: "Great job handling our emergency plumbing issue.", rating: 5 }, + { id: "4", name: "Steph Arseneau", handle: "@client", testimonial: "Highly skilled and very professional team.", rating: 5 }, + { id: "5", name: "AGL surreyrichmonddelta", handle: "@client", testimonial: "Quick, honest, and high quality repairs.", rating: 5 }, + { id: "6", name: "Joe Gatt", handle: "@client", testimonial: "Excellent communication throughout the repair process.", rating: 5 }, + { id: "7", name: "Vishwajeet Shelar", handle: "@client", testimonial: "Solved a complex issue efficiently. Top tier service.", rating: 5 }, + { id: "8", name: "jeff mattatall", handle: "@client", testimonial: "Best service in town, zero complaints.", rating: 5 }, + { id: "9", name: "Terri-Lynn Bourque", handle: "@client", testimonial: "Friendly, professional, and very thorough.", rating: 5 }, + { id: "10", name: "Marcia LeBlanc", handle: "@client", testimonial: "Reliable and always on time. My go-to plumbers.", rating: 5 } + ]} />