Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
113
src/app/page.tsx
113
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() {
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Process", id: "features"},
|
||||
{
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact", id: "contact"},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Process", id: "features" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Derival Capital Inc"
|
||||
/>
|
||||
@@ -48,10 +43,9 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "gradient-bars"}}
|
||||
title="Unlocking Premium Real Estate Opportunities."
|
||||
description="Derival Capital Inc specializes in high-yield, off-market real estate acquisition for sophisticated investors."
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Exclusive Off-Market Real Estate Opportunities."
|
||||
description="We empower property owners and investors with streamlined, off-market real estate acquisition strategies."
|
||||
leftCarouselItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/outdoor-deck_1203-3200.jpg", imageAlt: "Luxury Architecture" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/3d-modern-lamp-design_23-2151047510.jpg", imageAlt: "Modern Interior" },
|
||||
@@ -66,7 +60,7 @@ export default function LandingPage() {
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/futuristic-city-architecture_23-2151918929.jpg", imageAlt: "Setting 3" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/dark-style-lamp-indoors_23-2151105999.jpg", imageAlt: "Setting 2" },
|
||||
]}
|
||||
buttons={[{ text: "Get Started", href: "#contact" }]}
|
||||
buttons={[{ text: "Sell Your Property", href: "#contact" }]}
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiling-businessman-with-digital-tablet_1098-651.jpg", alt: "Smiling businessman" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-smiling-senior-man-holding-smart-phone_23-2147935571.jpg", alt: "Senior man" },
|
||||
@@ -74,23 +68,17 @@ export default function LandingPage() {
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-smiling-mature-businessman-leaning-railing_23-2147956322.jpg", alt: "Mature businessman" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/mature-posing-with-blue-jacket_150588-81.jpg", alt: "Businessman with jacket" },
|
||||
]}
|
||||
avatarText="Trusted by 500+ investors worldwide"
|
||||
marqueeItems={[
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/vertical-picture-spiral-staircase-building-sunlight-huatulco-mexico_181624-26945.jpg", alt: "Spiral staircase architecture" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/modern-building-exterior-night-with-warm-uplighting_84443-74861.jpg", alt: "Modern night exterior" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/luxury-water-swimming-resort-hotel_1203-4648.jpg", alt: "Luxury swimming resort" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/skyscrapers-view_1112-268.jpg", alt: "Skyscrapers view" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/city-business-buildings-near-each-other_181624-4791.jpg", alt: "Business buildings" },
|
||||
]}
|
||||
avatarText="Trusted by 500+ sellers and investors"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TextSplitAbout
|
||||
useInvertedBackground={false}
|
||||
title="The Derival Standard"
|
||||
title="Derival Capital Advantage"
|
||||
description={[
|
||||
"Derival Capital Inc bridges the gap between distressed properties and high-net-worth investment potential. Our process is built on speed, integrity, and elite market analysis.", "We identify opportunities that others overlook, securing premium assets for our network of investors with unparalleled precision."]}
|
||||
"We offer a direct path for property owners to liquidate assets quickly and fairly.", "Our buyer network is pre-vetted, ensuring smooth transactions with zero commission fees."
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -100,14 +88,14 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ icon: Shield, title: "Market Integrity", description: "Rigorous vetting of all off-market leads." },
|
||||
{ icon: Zap, title: "Rapid Acquisition", description: "Fast-tracked closing processes that ensure competitive advantage." },
|
||||
{ icon: TrendingUp, title: "Maximizing ROI", description: "Optimized exit strategies for guaranteed investor returns." },
|
||||
{ icon: Search, title: "Data-Driven Sourcing", description: "Proprietary algorithms to identify high-potential off-market deals." },
|
||||
{ icon: Briefcase, title: "Portfolio Management", description: "Full-cycle support for seamless investment growth." },
|
||||
{ icon: Shield, title: "Fair Appraisal", description: "Honest, data-backed cash offers." },
|
||||
{ icon: Zap, title: "Instant Liquidity", description: "Close in as little as 14 days." },
|
||||
{ icon: TrendingUp, title: "Zero Commissions", description: "No hidden agency fees to worry about." },
|
||||
{ icon: Search, title: "Transparent Process", description: "Clear communication from start to finish." },
|
||||
{ icon: Briefcase, title: "Flexible Terms", description: "We work around your timeline and needs." },
|
||||
]}
|
||||
title="Our Strategic Process"
|
||||
description="How we create value in every transaction."
|
||||
title="Simple Property Selling"
|
||||
description="We make selling your home straightforward and fast."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
@@ -164,30 +150,23 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Connect With Us"
|
||||
description="Ready to scale your portfolio with off-market assets?"
|
||||
title="Get Your Cash Offer"
|
||||
description="Submit your property details to start the process today."
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Your Email", required: true },
|
||||
{ name: "name", type: "text", placeholder: "Full Name", required: true },
|
||||
{ name: "address", type: "text", placeholder: "Property Address", required: true },
|
||||
]}
|
||||
textarea={{ name: "message", placeholder: "Tell us about your investment goals.", required: true }}
|
||||
textarea={{ name: "message", placeholder: "Tell us about the property condition.", required: true }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/minimalist-office-interior-design_23-2151826280.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
<FooterLogoEmphasis
|
||||
logoText="Derival Capital Inc"
|
||||
columns={[
|
||||
{
|
||||
title: "Company", items: [{ label: "About", href: "#about" }, { label: "Process", href: "#features" }],
|
||||
},
|
||||
{
|
||||
title: "Investors", items: [{ label: "Join Network", href: "#contact" }, { label: "Testimonials", href: "#testimonials" }],
|
||||
},
|
||||
{
|
||||
title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }],
|
||||
},
|
||||
{ items: [{ label: "Home", href: "#hero" }, { label: "Process", href: "#features" }, { label: "Contact", href: "#contact" }] },
|
||||
{ items: [{ label: "Privacy Policy" }, { label: "Terms of Service" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user