From b0cf1e5d56c12ce3360a3d2a8281d5324c7c3c4b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 03:08:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 864d38a..a679a83 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -43,7 +43,7 @@ export default function LandingPage() { @@ -166,7 +166,7 @@ export default function LandingPage() { useInvertedBackground={false} members={[ { - id: "member-1", name: "Michael Chen", role: "CEO & Co-Founder", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-mature-business-owner-talking-cell_74855-3626.jpg?_wi=2", imageAlt: "Michael Chen" + id: "member-1", name: "Michael Chen", role: "CEO & Co-Founder", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-mature-business-owner-talking-cell_74855-3626.jpg", imageAlt: "Michael Chen" }, { id: "member-2", name: "Sarah Rodriguez", role: "Head of Product", imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-standing-outdoors_1262-20546.jpg", imageAlt: "Sarah Rodriguez" @@ -195,22 +195,22 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "testimonial-1", name: "Jennifer Walsh", role: "Real Estate Agency Owner", date: "March 2024", title: "Transformed Our Business", quote: "This platform has completely revolutionized how we manage our properties and clients. Our efficiency increased by 60% and client satisfaction scores are at an all-time high.", tag: "Agency Owner", avatarSrc: "http://img.b2bpic.net/free-photo/happy-couple-shaking-hands-with-real-estate-agent-after-successful-agreement-office_637285-6889.jpg", avatarAlt: "Jennifer Walsh" + id: "testimonial-1", name: "Jennifer Walsh", date: "March 2024", title: "Transformed Our Business", quote: "This platform has completely revolutionized how we manage our properties and clients. Our efficiency increased by 60% and client satisfaction scores are at an all-time high.", tag: "Agency Owner", avatarSrc: "http://img.b2bpic.net/free-photo/happy-couple-shaking-hands-with-real-estate-agent-after-successful-agreement-office_637285-6889.jpg", avatarAlt: "Jennifer Walsh" }, { - id: "testimonial-2", name: "Robert Martinez", role: "Independent Agent", date: "February 2024", title: "Essential Business Tool", quote: "As an independent agent, I needed a solution that would help me scale. This platform gives me the tools of a large agency without the overhead costs.", tag: "Independent Agent", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-man-working-as-real-estate-agent_23-2151064811.jpg", avatarAlt: "Robert Martinez" + id: "testimonial-2", name: "Robert Martinez", date: "February 2024", title: "Essential Business Tool", quote: "As an independent agent, I needed a solution that would help me scale. This platform gives me the tools of a large agency without the overhead costs.", tag: "Independent Agent", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-man-working-as-real-estate-agent_23-2151064811.jpg", avatarAlt: "Robert Martinez" }, { - id: "testimonial-3", name: "Lisa Anderson", role: "Property Manager", date: "January 2024", title: "Best Investment Decision", quote: "Managing 200+ properties used to be a nightmare. Now it's seamless. The automated reporting and client communication features alone have saved me hundreds of hours.", tag: "Property Manager", avatarSrc: "http://img.b2bpic.net/free-photo/middle-age-businessman-smiling-happy-standing-city_839833-25759.jpg", avatarAlt: "Lisa Anderson" + id: "testimonial-3", name: "Lisa Anderson", date: "January 2024", title: "Best Investment Decision", quote: "Managing 200+ properties used to be a nightmare. Now it's seamless. The automated reporting and client communication features alone have saved me hundreds of hours.", tag: "Property Manager", avatarSrc: "http://img.b2bpic.net/free-photo/middle-age-businessman-smiling-happy-standing-city_839833-25759.jpg", avatarAlt: "Lisa Anderson" }, { - id: "testimonial-4", name: "David Kim", role: "Commercial Real Estate Broker", date: "December 2023", title: "Outstanding Support", quote: "The team is incredibly responsive and continuously adding features based on user feedback. The contract management tools have streamlined our entire workflow.", tag: "Broker", avatarSrc: "http://img.b2bpic.net/free-photo/happy-man-white_1368-6366.jpg", avatarAlt: "David Kim" + id: "testimonial-4", name: "David Kim", date: "December 2023", title: "Outstanding Support", quote: "The team is incredibly responsive and continuously adding features based on user feedback. The contract management tools have streamlined our entire workflow.", tag: "Broker", avatarSrc: "http://img.b2bpic.net/free-photo/happy-man-white_1368-6366.jpg", avatarAlt: "David Kim" }, { - id: "testimonial-5", name: "Michelle Thompson", role: "Agency Manager", date: "November 2023", title: "Game Changer", quote: "Implementing this system was the best decision our agency made. Team coordination is seamless and we've improved our closing rates significantly.", tag: "Agency Manager", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-office-2_1262-1488.jpg", avatarAlt: "Michelle Thompson" + id: "testimonial-5", name: "Michelle Thompson", date: "November 2023", title: "Game Changer", quote: "Implementing this system was the best decision our agency made. Team coordination is seamless and we've improved our closing rates significantly.", tag: "Agency Manager", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-office-2_1262-1488.jpg", avatarAlt: "Michelle Thompson" }, { - id: "testimonial-6", name: "Thomas Bennett", role: "Investment Property Developer", date: "October 2023", title: "Reliable Partner", quote: "Managing multiple projects and investments requires a robust system. This platform provides the transparency and reporting I need to make informed decisions.", tag: "Developer", avatarSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517453.jpg", avatarAlt: "Thomas Bennett" + id: "testimonial-6", name: "Thomas Bennett", date: "October 2023", title: "Reliable Partner", quote: "Managing multiple projects and investments requires a robust system. This platform provides the transparency and reporting I need to make informed decisions.", tag: "Developer", avatarSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517453.jpg", avatarAlt: "Thomas Bennett" } ]} /> @@ -228,7 +228,7 @@ export default function LandingPage() { { text: "Schedule Demo", href: "/contact" } ]} buttonAnimation="slide-up" - background={{ variant: "fluid" }} + background={{ variant: "plain" }} useInvertedBackground={false} /> -- 2.49.1