diff --git a/src/app/page.tsx b/src/app/page.tsx index cde8733..520c5cc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,10 +5,10 @@ import ReactLenis from "lenis/react"; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern'; -import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; -import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; +import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; import { Briefcase, Search, Shield, TrendingUp, Zap } from "lucide-react"; @@ -29,18 +29,13 @@ export default function LandingPage() { > @@ -117,12 +105,12 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} metrics={[ - { id: "m1", value: "150+", title: "Properties Acquired", description: "Successful transactions completed to date.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-chart_23-2147626493.jpg" }, - { id: "m2", value: "$50M+", title: "Asset Value", description: "Total acquisition volume under management.", imageSrc: "http://img.b2bpic.net/free-photo/index-finger-touching-tablet-s-screen_1134-584.jpg" }, - { id: "m3", value: "98%", title: "Closing Rate", description: "Consistent speed and reliability in our process.", imageSrc: "http://img.b2bpic.net/free-photo/business-work-concept_1388-218.jpg" }, + { id: "m1", value: "150+", title: "Homes Purchased", description: "Satisfied sellers across the region.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-chart_23-2147626493.jpg" }, + { id: "m2", value: "$50M+", title: "Liquidity Provided", description: "Cash put back into homeowners' hands.", imageSrc: "http://img.b2bpic.net/free-photo/index-finger-touching-tablet-s-screen_1134-584.jpg" }, + { id: "m3", value: "98%", title: "Seller Satisfaction", description: "Trusted for our transparency and speed.", imageSrc: "http://img.b2bpic.net/free-photo/business-work-concept_1388-218.jpg" }, ]} - title="Real Results" - description="Tangible performance in the wholesale space." + title="Proven Results" + description="Real performance for property owners." /> @@ -132,15 +120,13 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} testimonials={[ - { id: "t1", name: "James Anderson", handle: "@investor1", testimonial: "Derival Capital changed my entire portfolio strategy. Professional and incredibly fast.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/middle-age-businessman-smiling-happy-standing-city_839833-25759.jpg" }, - { id: "t2", name: "Sarah Jenkins", handle: "@realestatePro", testimonial: "The off-market deals they bring to the table are unmatched in this market.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-man-elegant-suit-glasses-correct-his-jacket-while-standing-against-skyscraper-background_613910-20123.jpg" }, - { id: "t3", name: "Michael Ross", handle: "@developerMR", testimonial: "Integrity is their currency. I wouldn't trust anyone else with my wholesaling needs.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3863.jpg" }, - { id: "t4", name: "Linda Wu", handle: "@linda_invests", testimonial: "Consistent, transparent, and always focused on the numbers. Derival is elite.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151064888.jpg" }, - { id: "t5", name: "Robert Chen", handle: "@chen_holdings", testimonial: "The acquisition speed is phenomenal. They know how to close deals.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-real-estate-agent-working_23-2150322086.jpg" }, + { id: "t1", name: "James Anderson", handle: "@seller", testimonial: "The fastest and fairest cash offer I've ever received.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/middle-age-businessman-smiling-happy-standing-city_839833-25759.jpg" }, + { id: "t2", name: "Sarah Jenkins", handle: "@client", testimonial: "Zero stress, zero commissions, and all cash. Simply wonderful.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-man-elegant-suit-glasses-correct-his-jacket-while-standing-against-skyscraper-background_613910-20123.jpg" }, + { id: "t3", name: "Michael Ross", handle: "@investor", testimonial: "Transparent process that respected my timeline.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3863.jpg" }, ]} showRating={true} - title="Trusted by Investors" - description="Hear directly from those who work with us." + title="Seller Success Stories" + description="Hear why owners choose us to liquidate their assets." /> @@ -149,14 +135,14 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} faqs={[ - { id: "f1", title: "How does your wholesaling process work?", content: "We identify distressed properties, secure contracts, and offer them to our investor network before they hit the open market." }, - { id: "f2", title: "Why invest in off-market deals?", content: "Off-market deals offer significantly lower competition and higher profit margins compared to traditional retail listings." }, - { id: "f3", title: "Are you a licensed brokerage?", content: "We operate as an acquisition company focused specifically on wholesale distribution." }, + { id: "f1", title: "Is a cash offer really better?", content: "Yes, cash offers remove the uncertainty of mortgage approvals and long inspection periods." }, + { id: "f2", title: "How do you handle inspections?", content: "We purchase properties as-is, which means you don't need to worry about costly repairs." }, + { id: "f3", title: "Is there any obligation?", content: "Our cash offers are 100% free with no obligation to accept." }, ]} imageSrc="http://img.b2bpic.net/free-photo/businesswoman-using-her-laptop-talking-phone_23-2147601477.jpg" mediaAnimation="blur-reveal" - title="Frequently Asked Questions" - description="Common inquiries about working with Derival Capital." + title="Common Seller Questions" + description="Everything you need to know about selling to us." faqsAnimation="slide-up" /> @@ -164,30 +150,23 @@ export default function LandingPage() {