From fa5d5785d597fa82271c66bbc9ce21b0abf09cbf Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 11:00:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 171 +++++++++++------------------------------------ 1 file changed, 38 insertions(+), 133 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 04a07aa..26d3505 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,39 +32,23 @@ export default function LandingPage() { @@ -74,35 +58,21 @@ export default function LandingPage() { description="End-to-end digital closing platform trusted by leading real estate and fintech companies. Streamline your workflow, reduce friction, and close faster." buttons={[ { - text: "Get Started", - href: "#contact", - }, + text: "Get Started", href: "#contact"}, ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/contactless-cashless-payment-through-mobile-banking_53876-105392.jpg", - imageAlt: "Fintech Dashboard", - }, + imageSrc: "http://img.b2bpic.net/free-photo/contactless-cashless-payment-through-mobile-banking_53876-105392.jpg", imageAlt: "Fintech Dashboard"}, { - imageSrc: "http://img.b2bpic.net/free-photo/focus-lines-code-laptop-screen-used-by-data-center-engineers_482257-117920.jpg", - imageAlt: "Digital Closing Process", - }, + imageSrc: "http://img.b2bpic.net/free-photo/focus-lines-code-laptop-screen-used-by-data-center-engineers_482257-117920.jpg", imageAlt: "Digital Closing Process"}, { - imageSrc: "http://img.b2bpic.net/free-photo/suit-information-watching-mobility-standing_1134-1400.jpg", - imageAlt: "Global Coverage Map", - }, + imageSrc: "http://img.b2bpic.net/free-photo/suit-information-watching-mobility-standing_1134-1400.jpg", imageAlt: "Global Coverage Map"}, { - imageSrc: "http://img.b2bpic.net/free-photo/architecture-real-estate-building-concept_53876-124064.jpg", - imageAlt: "API Integrations", - }, + imageSrc: "http://img.b2bpic.net/free-photo/architecture-real-estate-building-concept_53876-124064.jpg", imageAlt: "API Integrations"}, { - imageSrc: "http://img.b2bpic.net/free-photo/man-suit-sitting-desk-drawing_23-2147650941.jpg", - imageAlt: "Secure E-Signature", - }, + imageSrc: "http://img.b2bpic.net/free-photo/man-suit-sitting-desk-drawing_23-2147650941.jpg", imageAlt: "Secure E-Signature"}, { - imageSrc: "http://img.b2bpic.net/free-photo/online-shopping-concept_23-2151896824.jpg", - imageAlt: "Data Security", - }, + imageSrc: "http://img.b2bpic.net/free-photo/online-shopping-concept_23-2151896824.jpg", imageAlt: "Data Security"}, ]} /> @@ -113,29 +83,11 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - tag: "Automation", - title: "Automated Workflows", - subtitle: "Streamline operations with smart automation", - description: "Our intelligent automation tools handle repetitive tasks, from document generation to data entry, drastically cutting down manual effort and potential errors.", - imageSrc: "http://img.b2bpic.net/free-photo/photovoltaics-factory-expert-designs-production-lines-cad-app-using-tablet_482257-124379.jpg", - imageAlt: "Automated workflow illustration", - }, + tag: "Automation", title: "Automated Workflows", subtitle: "Streamline operations with smart automation", description: "Our intelligent automation tools handle repetitive tasks, from document generation to data entry, drastically cutting down manual effort and potential errors.", imageSrc: "http://img.b2bpic.net/free-photo/photovoltaics-factory-expert-designs-production-lines-cad-app-using-tablet_482257-124379.jpg", imageAlt: "Automated workflow illustration"}, { - tag: "Compliance", - title: "Robust Compliance Framework", - subtitle: "Stay compliant with constantly evolving regulations", - description: "Built-in compliance checks and secure audit trails ensure every closing meets the latest regulatory standards, reducing risk and providing peace of mind.", - imageSrc: "http://img.b2bpic.net/free-photo/business-messy-creative-strategy-education-occupation-concept_53876-42755.jpg", - imageAlt: "Compliance checklist illustration", - }, + tag: "Compliance", title: "Robust Compliance Framework", subtitle: "Stay compliant with constantly evolving regulations", description: "Built-in compliance checks and secure audit trails ensure every closing meets the latest regulatory standards, reducing risk and providing peace of mind.", imageSrc: "http://img.b2bpic.net/free-photo/business-messy-creative-strategy-education-occupation-concept_53876-42755.jpg", imageAlt: "Compliance checklist illustration"}, { - tag: "Integration", - title: "Seamless Integrations", - subtitle: "Connect with your existing systems effortlessly", - description: "Our platform seamlessly integrates with leading real estate and fintech tools, creating a unified ecosystem that enhances productivity and data accuracy.", - imageSrc: "http://img.b2bpic.net/free-vector/programmers-develop-program-platforms-cross-platform-programming-cross-platform-development-structure-concept-white-background-bright-vibrant-violet-isolated-illustration_335657-330.jpg", - imageAlt: "API integration illustration", - }, + tag: "Integration", title: "Seamless Integrations", subtitle: "Connect with your existing systems effortlessly", description: "Our platform seamlessly integrates with leading real estate and fintech tools, creating a unified ecosystem that enhances productivity and data accuracy.", imageSrc: "http://img.b2bpic.net/free-vector/programmers-develop-program-platforms-cross-platform-programming-cross-platform-development-structure-concept-white-background-bright-vibrant-violet-isolated-illustration_335657-330.jpg", imageAlt: "API integration illustration"}, ]} title="End-to-End Closing Services" description="From title search to final closing, we cover every step with precision and digital efficiency, ensuring a smooth transaction for all parties involved." @@ -158,22 +110,14 @@ export default function LandingPage() { textboxLayout="default" gridVariant="uniform-all-items-equal" useInvertedBackground={true} + animationType="slide-up" metrics={[ { - id: "m1", - value: "50+", - description: "States Covered", - }, + id: "m1", value: "50+", description: "States Covered"}, { - id: "m2", - value: "200+", - description: "Partner Networks", - }, + id: "m2", value: "200+", description: "Partner Networks"}, { - id: "m3", - value: "100K+", - description: "Transactions Processed Annually", - }, + id: "m3", value: "100K+", description: "Transactions Processed Annually"}, ]} title="Coast-to-Coast Coverage" description="Expand your reach with our national network, ensuring seamless closings wherever you operate. Our infrastructure supports nationwide transactions with local expertise." @@ -186,25 +130,13 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "f1", - title: "What is a digital closing platform?", - content: "A digital closing platform streamlines the entire real estate closing process using technology, from document preparation and e-signatures to funds transfer, all in a secure online environment.", - }, + id: "f1", title: "What is a digital closing platform?", content: "A digital closing platform streamlines the entire real estate closing process using technology, from document preparation and e-signatures to funds transfer, all in a secure online environment."}, { - id: "f2", - title: "How do you ensure data security and privacy?", - content: "We employ enterprise-grade encryption, multi-factor authentication, and adhere to strict data privacy regulations (e.g., SOC 2, HIPAA, GDPR) to protect all sensitive information throughout the closing process.", - }, + id: "f2", title: "How do you ensure data security and privacy?", content: "We employ enterprise-grade encryption, multi-factor authentication, and adhere to strict data privacy regulations (e.g., SOC 2, HIPAA, GDPR) to protect all sensitive information throughout the closing process."}, { - id: "f3", - title: "Can your platform integrate with existing systems?", - content: "Yes, our platform is designed with open APIs and robust integration capabilities, allowing seamless connection with your existing CRM, LOS (Loan Origination System), and other real estate or financial tools.", - }, + id: "f3", title: "Can your platform integrate with existing systems?", content: "Yes, our platform is designed with open APIs and robust integration capabilities, allowing seamless connection with your existing CRM, LOS (Loan Origination System), and other real estate or financial tools."}, { - id: "f4", - title: "What makes FinTechFlow different from traditional title companies?", - content: "FinTechFlow combines the expertise of traditional title services with advanced technology to deliver faster, more efficient, and fully transparent digital closings, eliminating manual friction and geographic limitations.", - }, + id: "f4", title: "What makes FinTechFlow different from traditional title companies?", content: "FinTechFlow combines the expertise of traditional title services with advanced technology to deliver faster, more efficient, and fully transparent digital closings, eliminating manual friction and geographic limitations."}, ]} title="Our Pillars of Expertise" description="Leveraging deep industry knowledge and cutting-edge technology to navigate complex closing landscapes, we simplify the intricate world of real estate transactions." @@ -220,25 +152,15 @@ export default function LandingPage() { author="Michael Chen, Head of Operations at PropertyTech Solutions" avatars={[ { - src: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", - alt: "Sarah Johnson", - }, + src: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", alt: "Sarah Johnson"}, { - src: "http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg", - alt: "Michael Chen", - }, + src: "http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg", alt: "Michael Chen"}, { - src: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-long-brown-hair-black-t-shirt-white-jacket_613910-8245.jpg", - alt: "Emily Rodriguez", - }, + src: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-long-brown-hair-black-t-shirt-white-jacket_613910-8245.jpg", alt: "Emily Rodriguez"}, { - src: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", - alt: "David Kim", - }, + src: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", alt: "David Kim"}, { - src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-senior-man-posing_23-2149421512.jpg", - alt: "Jessica Lee", - }, + src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-senior-man-posing_23-2149421512.jpg", alt: "Jessica Lee"}, ]} ratingAnimation="slide-up" avatarsAnimation="slide-up" @@ -252,28 +174,17 @@ export default function LandingPage() { description="Get started today with a demo or learn how we can tailor a solution specifically for your business needs. Our team is here to help you modernize your workflows." inputs={[ { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, + name: "name", type: "text", placeholder: "Your Name", required: true, }, { - name: "email", - type: "email", - placeholder: "Work Email", - required: true, + name: "email", type: "email", placeholder: "Work Email", required: true, }, { - name: "company", - type: "text", - placeholder: "Company Name", - required: true, + name: "company", type: "text", placeholder: "Company Name", required: true, }, ]} textarea={{ - name: "message", - placeholder: "How can we help?", - rows: 4, + name: "message", placeholder: "How can we help?", rows: 4, }} imageSrc="http://img.b2bpic.net/free-photo/multiethnic-women-review-project-designs_482257-121313.jpg" imageAlt="Professional meeting with digital tablet" @@ -290,19 +201,13 @@ export default function LandingPage() { socialLinks={[ { icon: Facebook, - href: "#", - ariaLabel: "Facebook", - }, + href: "#", ariaLabel: "Facebook"}, { icon: Twitter, - href: "#", - ariaLabel: "Twitter", - }, + href: "#", ariaLabel: "Twitter"}, { icon: Linkedin, - href: "#", - ariaLabel: "LinkedIn", - }, + href: "#", ariaLabel: "LinkedIn"}, ]} />