diff --git a/src/app/page.tsx b/src/app/page.tsx index 0632b42..5543788 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,51 +29,34 @@ export default function LandingPage() {
@@ -221,40 +143,15 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "t1", - name: "David Munro", - handle: "@davidm", - testimonial: "Madeline and the team at Evergreen are a breath of fresh air. Practical, commercial and customer orientated.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-woman-looking-up-copy-space_1262-3088.jpg", - }, + id: "t1", name: "David Munro", handle: "@davidm", testimonial: "Madeline and the team at Evergreen are a breath of fresh air. Practical, commercial and customer orientated.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-woman-looking-up-copy-space_1262-3088.jpg"}, { - id: "t2", - name: "Cmbeez Creative", - handle: "@cmbeez", - testimonial: "Her knowledge and expertise made the whole process so easy and stress-free. Explained everything clearly.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-festive-plump-male-eyeglasses-bow-tie-dark-grey-background_613910-13747.jpg", - }, + id: "t2", name: "Cmbeez Creative", handle: "@cmbeez", testimonial: "Her knowledge and expertise made the whole process so easy and stress-free. Explained everything clearly.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-festive-plump-male-eyeglasses-bow-tie-dark-grey-background_613910-13747.jpg"}, { - id: "t3", - name: "Caron Nodwell", - handle: "@caronn", - testimonial: "Madi was so great to deal with and handled my million questions while I was on the other side of the world.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-businessman-park_23-2148242744.jpg", - }, + id: "t3", name: "Caron Nodwell", handle: "@caronn", testimonial: "Madi was so great to deal with and handled my million questions while I was on the other side of the world.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-businessman-park_23-2148242744.jpg"}, { - id: "t4", - name: "Ben Behnia", - handle: "@benb", - testimonial: "Every time I had a question, Madeline responded immediately with a solution. Caring and organised.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-mature-businessman-with-laptop-desk-restaurant_23-2147956344.jpg", - }, + id: "t4", name: "Ben Behnia", handle: "@benb", testimonial: "Every time I had a question, Madeline responded immediately with a solution. Caring and organised.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-mature-businessman-with-laptop-desk-restaurant_23-2147956344.jpg"}, { - id: "t5", - name: "Sharyn Watson", - handle: "@sharyn", - testimonial: "We used Evergreen for our new franchise — a tricky category — but they worked through all queries quickly.", - imageSrc: "http://img.b2bpic.net/free-photo/haidresser-showing-thumb-up-sign_23-2148298311.jpg", - }, + id: "t5", name: "Sharyn Watson", handle: "@sharyn", testimonial: "We used Evergreen for our new franchise — a tricky category — but they worked through all queries quickly.", imageSrc: "http://img.b2bpic.net/free-photo/haidresser-showing-thumb-up-sign_23-2148298311.jpg"}, ]} title="What our clients say" description="Join hundreds of protected clients who trust Evergreen for their coverage." @@ -265,18 +162,13 @@ export default function LandingPage() {