From a7d2c8f257811ef331182972860bf724dda5c391 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 20:55:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 151e22a..b878f5a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -144,16 +144,16 @@ export default function LandingPage() { tagAnimation="slide-up" testimonials={[ { - id: "1", name: "Marcus Johnson, Team Lead", date: "Date: 15 December 2024", title: "Tripled our seller leads in three months", quote: "We went from 2-3 qualified seller appointments per month to consistently booking 8-10. The video production quality immediately set us apart, and the lead qualification process meant I wasn't wasting time on tire kickers.", tag: "5-Agent Team", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", avatarAlt: "Marcus Johnson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" + id: "1", name: "Marcus Johnson, Team Lead", date: "Date: 15 December 2024", title: "Tripled our seller leads in three months", quote: "We went from 2-3 qualified seller appointments per month to consistently booking 8-10. The video production quality immediately set us apart, and the lead qualification process meant I wasn't wasting time on tire kickers.", tag: "5-Agent Team", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", avatarAlt: "Marcus Johnson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1" }, { - id: "2", name: "Sarah Chen, Solo Agent", date: "Date: 10 December 2024", title: "Finally have time to actually close deals", quote: "The admin work was killing my ability to close. Now my calendar is full of qualified sellers ready to list, and I spend my time selling instead of calling cold leads. Best decision for my business.", tag: "Solo Operator", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", avatarAlt: "Sarah Chen", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" + id: "2", name: "Sarah Chen, Solo Agent", date: "Date: 10 December 2024", title: "Finally have time to actually close deals", quote: "The admin work was killing my ability to close. Now my calendar is full of qualified sellers ready to list, and I spend my time selling instead of calling cold leads. Best decision for my business.", tag: "Solo Operator", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", avatarAlt: "Sarah Chen", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2" }, { - id: "3", name: "Robert Martinez, Broker", date: "Date: 5 December 2024", title: "Scaled three agents without adding overhead", quote: "We implemented this for our entire team and watched conversion rates climb while costs stayed flat. No hiring, no training, just results. This is exactly what we needed to compete.", tag: "12-Person Brokerage", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", avatarAlt: "Robert Martinez", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" + id: "3", name: "Robert Martinez, Broker", date: "Date: 5 December 2024", title: "Scaled three agents without adding overhead", quote: "We implemented this for our entire team and watched conversion rates climb while costs stayed flat. No hiring, no training, just results. This is exactly what we needed to compete.", tag: "12-Person Brokerage", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", avatarAlt: "Robert Martinez", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3" }, { - id: "4", name: "Jessica Park, Top Producer", date: "Date: 1 December 2024", title: "Professional videos made the difference", quote: "Our listing videos stand out compared to competitors. Sellers are impressed before we even meet. Combined with consistent social content, our brand is now top-of-mind for listing appointments in our market.", tag: "Premium Team", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", avatarAlt: "Jessica Park", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" + id: "4", name: "Jessica Park, Top Producer", date: "Date: 1 December 2024", title: "Professional videos made the difference", quote: "Our listing videos stand out compared to competitors. Sellers are impressed before we even meet. Combined with consistent social content, our brand is now top-of-mind for listing appointments in our market.", tag: "Premium Team", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", avatarAlt: "Jessica Park", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4" }, ]} textboxLayout="default" -- 2.49.1