From 7e07566abb3c69690354edafbd1e41d171d61567 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 23 Jun 2026 19:05:24 +0000 Subject: [PATCH] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 228 ++++++++++++++++++----------------------- 1 file changed, 97 insertions(+), 131 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index d36f300..da12161 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -6,157 +6,123 @@ import HeroSplit from '@/components/sections/hero/HeroSplit'; import MetricsSimpleCards from '@/components/sections/metrics/MetricsSimpleCards'; import SocialProofMarquee from '@/components/sections/social-proof/SocialProofMarquee'; import TestimonialOverlayCards from '@/components/sections/testimonial/TestimonialOverlayCards'; -import { CheckCircle, Shield, Zap } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { return ( <> -
- +
+ - -
+ tag="Premium Mortgage Brokerage" + title="Mortgage strength you can trust" + description="Experience premium mortgage solutions backed by proven expertise and an unshakeable commitment. Get preapproved in one meeting." + primaryButton={{ text: "Book Your Consultation", href: "#contact" }} + secondaryButton={{ text: "View Our Services", href: "#features" }} + imageSrc="http://img.b2bpic.net/free-photo/cheerful-successful-business-team-working-report-looking-camera_1262-12268.jpg" + /> +
+
-
- +
+ -
+ tag="Why Choose Us" + title="Unmatched credibility and strength in your corner" + description="We cut through the noise of the mortgage industry. By combining proven professional expertise with an uncompromising standard of service, we secure the financing you deserve, stress-free." + items={[ + { icon: "Shield", title: "Total Transparency", description: "No hidden fees, no surprises. Just clear, honest mortgage guidance." }, + { icon: "Zap", title: "Rapid Preapproval", description: "Get the green light in a single, focused meeting." }, + { icon: "CheckCircle", title: "Expert Advocacy", description: "We fight for competitive rates, leveraging our experience for your benefit." } + ]} + imageSrc="http://img.b2bpic.net/free-photo/candid-shot-mature-beautiful-female-architect-her-young-male-colleague-having-discussion-office-desk-studying-sketches-drawings-blueprints-architecture-engineering-design_344912-1608.jpg" + /> +
+
-
- +
+ - -
+ tag="Our Services" + title="Mortgage solutions tailored to you" + description="From high-net-worth real estate investments to first-time home buying, we have the strategic strength to secure your financing." + items={[ + { title: "Luxury Real Estate Financing", tags: ["Investment", "High-Net-Worth"], imageSrc: "http://img.b2bpic.net/free-photo/business-grass-communication-profession-idyllic_1134-1134.jpg" }, + { title: "First-Time Home Buyers", tags: ["Guided", "Transparent"], imageSrc: "http://img.b2bpic.net/free-photo/3d-render-hourglass-mouse-symbol-design_460848-7398.jpg" }, + { title: "Commercial & Business Loans", tags: ["Expertise", "Strength"], imageSrc: "http://img.b2bpic.net/free-vector/startup-crowdfunding-flat-icons-set_98292-1428.jpg" } + ]} + /> +
+
-
- +
+ - -
+ tag="Our Impact" + title="Results that speak for themselves" + description="We are committed to delivering exceptional outcomes for every client we serve." + metrics={[ + { value: "$500M+", description: "Loans Funded" }, + { value: "1,200+", description: "Families Helped" }, + { value: "48 hrs", description: "Average Closing Time" } + ]} + /> +
+
-
- +
+ - -
+ tag="Trusted Partners" + title="Backed by industry leaders" + description="We collaborate with the most reputable names in finance." + names={["LenderOne", "TrustHome", "MortgageAdvocates", "PrimeCap", "SafeHaven", "EliteBroker", "SecureGrowth"]} + /> +
+
-
- +
+ - -
+ tag="Client Stories" + title="Trusted by hundreds" + testimonials={[ + { name: "Sarah Jenkins", role: "CEO", company: "TechStream", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg" }, + { name: "Marcus Thorne", role: "Business Owner", company: "Thorne Logistics", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-man-using-tablet-street-cafe_1262-19056.jpg" }, + { name: "Elena Rodriguez", role: "Homeowner", company: "First Time Buyer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/real-estate-excited-asian-senior-woman-looking-happy-lucky-winning-apartment-showing-paper-house_1258-147381.jpg" }, + { name: "David Wu", role: "Investor", company: "Wu Properties", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/corporate-business-people_23-2148827022.jpg" }, + { name: "Amanda Chen", role: "Executive", company: "FinCorp", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg" } + ]} + description="Read what our clients have to say about their mortgage experience." + /> +
+
-
- +
+ -
+ tag="Common Questions" + title="Everything you need to know" + description="Clear answers to help you navigate your mortgage journey with confidence." + items={[ + { question: "What documents do I need to get preapproved?", answer: "Typically, you will need your recent pay stubs, tax returns for the last two years, bank statements, and information on any current debts." }, + { question: "How long does the mortgage process take?", answer: "While it varies, we specialize in rapid processing. Our average closing time is 48 hours for qualified applicants." }, + { question: "Are there hidden fees working with a broker?", answer: "Absolutely not. We pride ourselves on full transparency and will outline every detail during our initial consultation." } + ]} + /> +
+
-
- +
+ - -
+ tag="Start Today" + text="Ready for premium mortgage strength? Book your consultation today and take the first step towards your goal." + primaryButton={{ text: "Book Now", href: "#" }} + secondaryButton={{ text: "Contact Support", href: "mailto:support@newimagemortgages.com" }} + /> +
+
); } -- 2.49.1