278 lines
15 KiB
TypeScript
278 lines
15 KiB
TypeScript
"use client";
|
||
|
||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||
import ReactLenis from "lenis/react";
|
||
import BlogCardThree from '@/components/sections/blog/BlogCardThree';
|
||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||
import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne';
|
||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
|
||
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||
|
||
export default function LandingPage() {
|
||
return (
|
||
<ThemeProvider
|
||
defaultButtonVariant="icon-arrow"
|
||
defaultTextAnimation="entrance-slide"
|
||
borderRadius="rounded"
|
||
contentWidth="medium"
|
||
sizing="mediumSizeLargeTitles"
|
||
background="grid"
|
||
cardStyle="inset"
|
||
primaryButtonStyle="flat"
|
||
secondaryButtonStyle="layered"
|
||
headingFontWeight="bold"
|
||
>
|
||
<ReactLenis root>
|
||
<div id="nav" data-section="nav">
|
||
<NavbarStyleFullscreen
|
||
navItems={[
|
||
{
|
||
name: "Home", id: "#home"},
|
||
{
|
||
name: "About", id: "#about"},
|
||
{
|
||
name: "Services", id: "#services"},
|
||
{
|
||
name: "Portfolio", id: "#portfolio"},
|
||
{
|
||
name: "Reviews", id: "#testimonials"},
|
||
{
|
||
name: "FAQ", id: "#faq"},
|
||
{
|
||
name: "Contact", id: "#contact"},
|
||
]}
|
||
brandName="ApexAmericanRealty"
|
||
button={{
|
||
text: "(212) 555-1234", href: "tel:+12125551234"}}
|
||
/>
|
||
</div>
|
||
|
||
<div id="home" data-section="home">
|
||
<HeroSplitDualMedia
|
||
background={{
|
||
variant: "glowing-orb"}}
|
||
title="Elite Real Estate Development & Advisory. From New York to Every Corner of America."
|
||
description="Headquartered in Manhattan, we deliver full-service real estate solutions — development, consulting, and property sales — for investors, homeowners, and developers nationwide."
|
||
tag="Trusted Nationally"
|
||
buttons={[
|
||
{
|
||
text: "Request Free Strategy Call", href: "#contact"},
|
||
{
|
||
text: "(212) 555-1234", href: "tel:+12125551234"},
|
||
]}
|
||
mediaItems={[
|
||
{
|
||
imageSrc: "http://img.b2bpic.net/free-photo/modern-luxury-homes-city-skyline-along-calm-waterfront-sunset_1308-189636.jpg", imageAlt: "Luxurious cityscape with modern buildings"},
|
||
{
|
||
imageSrc: "http://img.b2bpic.net/free-photo/descending-stairs-caring-smiling-young-indian-man-supporting-cute-asian-dark-haired-woman-high-heels-looking-down-stairs-lighted-room_259150-58754.jpg", imageAlt: "Modern suburban house with green landscape"}
|
||
]}
|
||
mediaAnimation="opacity"
|
||
buttonAnimation="opacity"
|
||
rating={5}
|
||
ratingText="500+ Properties Closed"
|
||
/>
|
||
</div>
|
||
|
||
<div id="about" data-section="about">
|
||
<FeatureCardTwentyOne
|
||
useInvertedBackground={false}
|
||
title="Why America Chooses Apex"
|
||
description="We combine Wall Street discipline with Main Street transparency — a rare advantage in real estate."
|
||
tag="Our Advantages"
|
||
accordionItems={[
|
||
{
|
||
id: "advantage-1", title: "Coast-to-Coast Expertise", content: "From NYC skyscrapers to suburban developments, we understand local markets and national trends. No property is out of our reach."},
|
||
{
|
||
id: "advantage-2", title: "Data-Driven Advisory", content: "We analyze cap rates, comps, and zoning before you make a move. Maximize ROI with institutional-level insights."},
|
||
{
|
||
id: "advantage-3", title: "White-Glove Service", content: "Your dedicated advisor handles every detail — from negotiation to closing. We treat your real estate like our own portfolio."},
|
||
]}
|
||
imageSrc="http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-people_23-2151099207.jpg"
|
||
imageAlt="Business meeting discussing real estate plans"
|
||
mediaAnimation="opacity"
|
||
mediaPosition="left"
|
||
/>
|
||
</div>
|
||
|
||
<div id="services" data-section="services">
|
||
<ProductCardOne
|
||
animationType="slide-up"
|
||
textboxLayout="default"
|
||
gridVariant="three-columns-all-equal-width"
|
||
useInvertedBackground={true}
|
||
carouselMode="buttons"
|
||
products={[
|
||
{
|
||
id: "service-1", name: "Development & Project Management", price: "Permits, Contractors & Timelines", imageSrc: "http://img.b2bpic.net/free-photo/construction-crane-modern-residential-complex-near-water-new-housing-by-lake_169016-69026.jpg", imageAlt: "Real Estate Development"},
|
||
{
|
||
id: "service-2", name: "Residential & Commercial Sales", price: "Aggressive Marketing & Network", imageSrc: "http://img.b2bpic.net/free-photo/real-estate-property-investment-concept_53876-133709.jpg", imageAlt: "Property Sales"},
|
||
{
|
||
id: "service-3", name: "Strategic Real Estate Advisory", price: "Portfolio Evaluation & Strategy", imageSrc: "http://img.b2bpic.net/free-photo/car-dealership-salesman-asking-customers-questions_482257-118237.jpg", imageAlt: "Advisory & Consulting"},
|
||
]}
|
||
title="Nationwide Real Estate Services"
|
||
description="Tailored solutions for buyers, sellers, and developers — covering all 50 states."
|
||
/>
|
||
</div>
|
||
|
||
<div id="portfolio" data-section="portfolio">
|
||
<BlogCardThree
|
||
animationType="slide-up"
|
||
textboxLayout="default"
|
||
useInvertedBackground={false}
|
||
carouselMode="buttons"
|
||
title="Featured Projects Across America"
|
||
description="Explore our successful real estate developments and advisory projects nationwide."
|
||
blogs={[
|
||
{
|
||
id: "project-1", category: "Denver, CO", title: "Luxury Townhomes", excerpt: "Developed & Sold in 45 Days", imageSrc: "http://img.b2bpic.net/free-photo/pyrenees-village-puyarruego_1398-3221.jpg", imageAlt: "Modern Denver Development", authorName: "Apex American Realty", authorAvatar: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2708.jpg", date: "2024-03-15"},
|
||
{
|
||
id: "project-2", category: "Chicago, IL", title: "Historic Loft Conversion", excerpt: "Advisory & Sales Representation", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-taking-photos_23-2148941140.jpg", imageAlt: "Historic Chicago Loft Conversion", authorName: "Apex American Realty", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-view-black-woman-smile-camera_197531-33139.jpg", date: "2024-02-20"},
|
||
{
|
||
id: "project-3", category: "Miami, FL", title: "Waterfront Commercial Plaza", excerpt: "Full-service Development Project", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-miami-bayside-marketplace-scene_23-2151599611.jpg", imageAlt: "Miami Commercial Plaza", authorName: "Apex American Realty", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-cheerful-hairless-elder-man-dressed-dark-blue-suit-against-dark-background_613910-17566.jpg", date: "2024-01-10"},
|
||
]}
|
||
/>
|
||
</div>
|
||
|
||
<div id="testimonials" data-section="testimonials">
|
||
<TestimonialCardFifteen
|
||
useInvertedBackground={true}
|
||
testimonial="Apex sold our multifamily property in Austin for 12% above asking. Their market analysis was spot-on and they managed everything remotely. True professionals."
|
||
rating={5}
|
||
author="Michael T., Austin, TX"
|
||
avatars={[
|
||
{
|
||
src: "http://img.b2bpic.net/free-photo/portrait-handsome-looking-man_23-2148448867.jpg", alt: "Avatar of Michael T."},
|
||
{
|
||
src: "http://img.b2bpic.net/free-photo/beautiful-corporate-woman-looks-dreamy-smiles-stands-outside-street-leans-her-head-hands_1258-193992.jpg", alt: "Avatar of Sarah L."},
|
||
{
|
||
src: "http://img.b2bpic.net/free-photo/close-up-pensive-businessman_1098-701.jpg", alt: "Avatar of David K."},
|
||
{
|
||
src: "http://img.b2bpic.net/free-photo/enthusiastic-businessman-medium-shot_23-2148508913.jpg", alt: "Avatar of Emily R."},
|
||
{
|
||
src: "http://img.b2bpic.net/free-photo/stylish-corporate-woman-young-lady-boss-suit-looking-confident-happy-posing-outdoors-stree_1258-119447.jpg", alt: "Avatar of James P."}
|
||
]}
|
||
ratingAnimation="blur-reveal"
|
||
avatarsAnimation="opacity"
|
||
/>
|
||
</div>
|
||
|
||
<div id="process" data-section="process">
|
||
<MetricCardEleven
|
||
animationType="slide-up"
|
||
textboxLayout="default"
|
||
useInvertedBackground={false}
|
||
metrics={[
|
||
{
|
||
id: "step-1", value: "1", title: "Discovery Call", description: "Share your goals — buy, sell, or develop. We listen.", imageSrc: "http://img.b2bpic.net/free-photo/male-coworkers-office-with-lunch_273609-6084.jpg", imageAlt: "Discovery Call"},
|
||
{
|
||
id: "step-2", value: "2", title: "Custom Strategy", description: "We build a data-backed plan with market comps.", imageSrc: "http://img.b2bpic.net/free-photo/view-from-office-supplies-analyze-business-chart-wooden-working-table-background_1421-679.jpg", imageAlt: "Custom Strategy"},
|
||
{
|
||
id: "step-3", value: "3", title: "Execution", description: "Listings, negotiations, or project management handled.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-contractor-construction-site-pointing-plan-wooden-sleeper_53876-23070.jpg", imageAlt: "Execution"},
|
||
{
|
||
id: "step-4", value: "4", title: "Close & Celebrate", description: "We finalize the deal and hand you the keys or check.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-businessman-celebrates-by-jumping-raises-his-fist-overhead-outdoor_1150-2510.jpg", imageAlt: "Close and Celebrate"}
|
||
]}
|
||
title="How We Work: Simple, Transparent, Fast"
|
||
description="Our streamlined process ensures your real estate goals are met with efficiency and clarity."
|
||
/>
|
||
</div>
|
||
|
||
<div id="service-area" data-section="service-area">
|
||
<SocialProofOne
|
||
textboxLayout="default"
|
||
useInvertedBackground={true}
|
||
names={[
|
||
"Manhattan", "Brooklyn", "Los Angeles", "Chicago", "Houston", "Phoenix", "Philadelphia", "San Antonio", "San Diego", "Dallas", "Austin", "Miami", "Denver", "Seattle", "Charlotte", "Boston", "Nashville", "Las Vegas"]}
|
||
title="Serving Clients in All 50 States"
|
||
description="Headquartered in New York, NY — with local advisors familiar with your market."
|
||
speed={60}
|
||
showCard={false}
|
||
/>
|
||
</div>
|
||
|
||
<div id="faq" data-section="faq">
|
||
<FaqSplitText
|
||
useInvertedBackground={false}
|
||
faqs={[
|
||
{
|
||
id: "faq-1", title: "Do you only handle properties in New York?", content: "No. While our headquarters is in NYC, we serve clients across the entire United States — from residential sales in Florida to development in California."},
|
||
{
|
||
id: "faq-2", title: "What type of properties do you develop?", content: "Mixed-use, single-family communities, luxury townhomes, and commercial plazas. We evaluate each opportunity based on ROI potential."},
|
||
{
|
||
id: "faq-3", title: "How do I start selling my property with Apex?", content: "Simply request a free strategy call. We’ll analyze your property’s value, suggest improvements, and list it on major platforms with professional marketing."},
|
||
{
|
||
id: "faq-4", title: "Is Apex a licensed real estate brokerage?", content: "Yes, we are a licensed real estate firm with certified advisors. We comply with all state regulations where we operate."}
|
||
]}
|
||
sideTitle="Frequently Asked Real Estate Questions"
|
||
sideDescription="Find answers to common inquiries about our services, property types, and operational reach."
|
||
faqsAnimation="slide-up"
|
||
/>
|
||
</div>
|
||
|
||
<div id="contact" data-section="contact">
|
||
<ContactCTA
|
||
useInvertedBackground={true}
|
||
background={{
|
||
variant: "plain"}}
|
||
tag="Connect With Us"
|
||
title="Ready to Unlock Your Property's Potential?"
|
||
description="Get a free, no-obligation strategy session with a senior advisor. Same-day responses."
|
||
buttons={[
|
||
{
|
||
text: "Request Free Strategy Call", href: "#"},
|
||
{
|
||
text: "Call Directly: (212) 555-1234", href: "tel:+12125551234"}
|
||
]}
|
||
/>
|
||
</div>
|
||
|
||
<div id="footer" data-section="footer">
|
||
<FooterMedia
|
||
imageSrc="http://img.b2bpic.net/free-photo/city-business-buildings-near-each-other_181624-4791.jpg"
|
||
imageAlt="Dark city skyline at night"
|
||
logoText="ApexAmericanRealty"
|
||
columns={[
|
||
{
|
||
title: "Company", items: [
|
||
{
|
||
label: "About Us", href: "#about"},
|
||
{
|
||
label: "Services", href: "#services"},
|
||
{
|
||
label: "Portfolio", href: "#portfolio"},
|
||
{
|
||
label: "Contact", href: "#contact"}
|
||
]
|
||
},
|
||
{
|
||
title: "Resources", items: [
|
||
{
|
||
label: "FAQ", href: "#faq"},
|
||
{
|
||
label: "Careers", href: "#"},
|
||
{
|
||
label: "Press", href: "#"}
|
||
]
|
||
},
|
||
{
|
||
title: "Legal", items: [
|
||
{
|
||
label: "Privacy Policy", href: "#"},
|
||
{
|
||
label: "Terms of Use", href: "#"}
|
||
]
|
||
}
|
||
]}
|
||
copyrightText="© 2025 Apex American Realty. All rights reserved. NYC HQ."
|
||
/>
|
||
</div>
|
||
</ReactLenis>
|
||
</ThemeProvider>
|
||
);
|
||
}
|