|
|
|
|
@@ -10,7 +10,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
|
|
|
|
|
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
|
|
|
|
import TeamCardOne from '@/components/sections/team/TeamCardOne';
|
|
|
|
|
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
|
|
|
|
import { Headphones, MapPin, TrendingUp } from "lucide-react";
|
|
|
|
|
import { ArrowRight, Building, Landmark, TrendingUp } from "lucide-react";
|
|
|
|
|
|
|
|
|
|
export default function LandingPage() {
|
|
|
|
|
return (
|
|
|
|
|
@@ -20,306 +20,117 @@ export default function LandingPage() {
|
|
|
|
|
borderRadius="soft"
|
|
|
|
|
contentWidth="medium"
|
|
|
|
|
sizing="large"
|
|
|
|
|
background="aurora"
|
|
|
|
|
background="none"
|
|
|
|
|
cardStyle="glass-depth"
|
|
|
|
|
primaryButtonStyle="gradient"
|
|
|
|
|
secondaryButtonStyle="radial-glow"
|
|
|
|
|
headingFontWeight="normal"
|
|
|
|
|
headingFontWeight="semibold"
|
|
|
|
|
>
|
|
|
|
|
<ReactLenis root>
|
|
|
|
|
<div id="nav" data-section="nav">
|
|
|
|
|
<NavbarLayoutFloatingInline
|
|
|
|
|
navItems={[
|
|
|
|
|
{
|
|
|
|
|
name: "Home",
|
|
|
|
|
id: "hero",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
name: "Collections",
|
|
|
|
|
id: "collections",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
name: "Agents",
|
|
|
|
|
id: "agents",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
name: "Testimonials",
|
|
|
|
|
id: "testimonials",
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
brandName="Rising Realty"
|
|
|
|
|
button={{
|
|
|
|
|
text: "Schedule a Private Tour",
|
|
|
|
|
href: "#contact",
|
|
|
|
|
}}
|
|
|
|
|
animateOnLoad={true}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="nav" data-section="nav">
|
|
|
|
|
<NavbarLayoutFloatingInline
|
|
|
|
|
navItems={[
|
|
|
|
|
{ name: "Intelligence", id: "hero" },
|
|
|
|
|
{ name: "Tri-County", id: "collections" },
|
|
|
|
|
{ name: "Solutions", id: "agents" },
|
|
|
|
|
{ name: "Trust", id: "testimonials" },
|
|
|
|
|
]}
|
|
|
|
|
brandName="Rising Realty"
|
|
|
|
|
button={{ text: "Guarantee Consultation", href: "#contact" }}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="hero" data-section="hero">
|
|
|
|
|
<HeroBillboardCarousel
|
|
|
|
|
background={{
|
|
|
|
|
variant: "plain",
|
|
|
|
|
}}
|
|
|
|
|
title="Discover Your South Florida Dream Estate"
|
|
|
|
|
description="Experience unparalleled luxury living with Rising Realty. Curating waterfront properties, new developments, and exclusive short sales in Miami-Dade & Broward."
|
|
|
|
|
mediaItems={[
|
|
|
|
|
{
|
|
|
|
|
videoSrc: "http://img.b2bpic.net/free-photo/palm-trees-line-water_23-2148107102.jpg",
|
|
|
|
|
videoAriaLabel: "Luxury waterfront estate in South Florida at golden hour",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
videoSrc: "http://img.b2bpic.net/free-photo/girl-with-phone-night_1303-5749.jpg",
|
|
|
|
|
videoAriaLabel: "Cinematic view of a luxury penthouse in Miami",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
videoSrc: "http://img.b2bpic.net/free-photo/beautiful-aerial-shot-coastal-city-sea_181624-242.jpg",
|
|
|
|
|
videoAriaLabel: "Luxury beachfront villa in South Florida",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
videoSrc: "http://img.b2bpic.net/free-photo/vertical-shot-asian-young-woman-posing-street_181624-25872.jpg",
|
|
|
|
|
videoAriaLabel: "Grand estate in South Florida at sunset",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
videoSrc: "http://img.b2bpic.net/free-photo/stair-pool_1203-3694.jpg",
|
|
|
|
|
videoAriaLabel: "Luxury pool area of a South Florida home",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
videoSrc: "http://img.b2bpic.net/free-photo/miami-beach-ocean-view_649448-223.jpg",
|
|
|
|
|
videoAriaLabel: "Modern yacht docked at a luxury property",
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="hero" data-section="hero">
|
|
|
|
|
<HeroBillboardCarousel
|
|
|
|
|
title="Intelligence-Driven Luxury Real Estate"
|
|
|
|
|
description="Rising Realty South Florida delivers data-backed acquisition strategies for the most discerning investors in Miami-Dade, Broward, and Palm Beach."
|
|
|
|
|
background={{ variant: "plain" }}
|
|
|
|
|
mediaItems={[
|
|
|
|
|
{ imageSrc: "http://img.b2bpic.net/free-photo/palm-trees-line-water_23-2148107102.jpg", imageAlt: "South Florida Coastal Luxury" },
|
|
|
|
|
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-aerial-shot-coastal-city-sea_181624-242.jpg", imageAlt: "Miami Skyline View" },
|
|
|
|
|
{ imageSrc: "http://img.b2bpic.net/free-photo/stair-pool_1203-3694.jpg", imageAlt: "Modern Luxury Estate Pool" },
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="metrics" data-section="metrics">
|
|
|
|
|
<AboutMetric
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
title="The Rising Realty Difference: Premier Luxury Real Estate Services"
|
|
|
|
|
metrics={[
|
|
|
|
|
{
|
|
|
|
|
icon: TrendingUp,
|
|
|
|
|
label: "in Transactions",
|
|
|
|
|
value: "Over $5 Billion",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
icon: MapPin,
|
|
|
|
|
label: "Markets Served",
|
|
|
|
|
value: "Miami-Dade & Broward",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
icon: Headphones,
|
|
|
|
|
label: "Concierge Service",
|
|
|
|
|
value: "24/7 Dedicated",
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
metricsAnimation="slide-up"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="metrics" data-section="metrics">
|
|
|
|
|
<AboutMetric
|
|
|
|
|
title="Tri-County Market Intelligence"
|
|
|
|
|
metrics={[
|
|
|
|
|
{ icon: TrendingUp, label: "Miami-Dade Intelligence", value: "High-Yield Focus" },
|
|
|
|
|
{ icon: Landmark, label: "Broward Expertise", value: "Corporate Strategic" },
|
|
|
|
|
{ icon: Building, label: "Palm Beach Authority", value: "Coastal Luxury" },
|
|
|
|
|
]}
|
|
|
|
|
metricsAnimation="slide-up"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="collections" data-section="collections">
|
|
|
|
|
<ProductCardTwo
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
gridVariant="three-columns-all-equal-width"
|
|
|
|
|
useInvertedBackground={true}
|
|
|
|
|
products={[
|
|
|
|
|
{
|
|
|
|
|
id: "waterfront-1",
|
|
|
|
|
brand: "Waterfront",
|
|
|
|
|
name: "Oceanfront Paradise",
|
|
|
|
|
price: "POA",
|
|
|
|
|
rating: 5,
|
|
|
|
|
reviewCount: "24",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-smile-happy-relax-around-swimming-pool-hotel-resort-leisure_74190-8592.jpg",
|
|
|
|
|
imageAlt: "Luxury Waterfront Villa Miami",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "developments-1",
|
|
|
|
|
brand: "New Developments",
|
|
|
|
|
name: "Skyline Penthouse",
|
|
|
|
|
price: "POA",
|
|
|
|
|
rating: 5,
|
|
|
|
|
reviewCount: "18",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-relaxes-leisure-around-swimming-pool_74190-11524.jpg",
|
|
|
|
|
imageAlt: "New Luxury Condominium Miami",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "shortsales-1",
|
|
|
|
|
brand: "Exclusive Short Sales",
|
|
|
|
|
name: "Tropical Oasis",
|
|
|
|
|
price: "POA",
|
|
|
|
|
rating: 5,
|
|
|
|
|
reviewCount: "12",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-reading-magazine-near-panoramic-window_7502-9287.jpg",
|
|
|
|
|
imageAlt: "Exclusive Short Sale Luxury Home",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "waterfront-2",
|
|
|
|
|
brand: "Waterfront",
|
|
|
|
|
name: "Bayfront Grandeur",
|
|
|
|
|
price: "POA",
|
|
|
|
|
rating: 5,
|
|
|
|
|
reviewCount: "30",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/catamaran-stairs-leading-into-turquoise-waters_23-2151995404.jpg",
|
|
|
|
|
imageAlt: "Mediterranean Style Waterfront Mansion",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "developments-2",
|
|
|
|
|
brand: "New Developments",
|
|
|
|
|
name: "Modern Horizon",
|
|
|
|
|
price: "POA",
|
|
|
|
|
rating: 5,
|
|
|
|
|
reviewCount: "21",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/party-modern-sunny-vacation-swimming_1203-4637.jpg",
|
|
|
|
|
imageAlt: "Sleek Modern High-rise",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "shortsales-2",
|
|
|
|
|
brand: "Exclusive Short Sales",
|
|
|
|
|
name: "Investor's Dream",
|
|
|
|
|
price: "POA",
|
|
|
|
|
rating: 5,
|
|
|
|
|
reviewCount: "15",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/nature-holiday-travel-relaxation-resort_1203-5032.jpg",
|
|
|
|
|
imageAlt: "Luxury Short Sale Property",
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
title="Curated Luxury Collections"
|
|
|
|
|
description="Explore our exclusive portfolio of premier South Florida properties, meticulously selected for the discerning buyer."
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="collections" data-section="collections">
|
|
|
|
|
<ProductCardTwo
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
gridVariant="three-columns-all-equal-width"
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
title="Daily Property Catalog"
|
|
|
|
|
description="High-fidelity listings curated by our intelligence suite for exclusive acquisition opportunities."
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
products={[
|
|
|
|
|
{ id: "p1", brand: "Waterfront", name: "Biscayne Bay Estate", price: "$12.5M", rating: 5, reviewCount: "4", imageSrc: "http://img.b2bpic.net/free-photo/miami-beach-ocean-view_649448-223.jpg" },
|
|
|
|
|
{ id: "p2", brand: "New Dev", name: "Downtown Apex Tower", price: "$5.2M", rating: 5, reviewCount: "2", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-aerial-shot-coastal-city-sea_181624-242.jpg" },
|
|
|
|
|
{ id: "p3", brand: "Acquisition", name: "Palm Beach Sanctuary", price: "$8.9M", rating: 5, reviewCount: "3", imageSrc: "http://img.b2bpic.net/free-photo/stair-pool_1203-3694.jpg" },
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="agents" data-section="agents">
|
|
|
|
|
<TeamCardOne
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
gridVariant="uniform-all-items-equal"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
members={[
|
|
|
|
|
{
|
|
|
|
|
id: "agent-1",
|
|
|
|
|
name: "Jonathan Vance",
|
|
|
|
|
role: "Lead Broker, South Florida",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-pointing-towards-you_23-2147708163.jpg",
|
|
|
|
|
imageAlt: "Jonathan Vance, Lead Broker at Rising Realty",
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
title="Meet Your Local Real Estate Expert"
|
|
|
|
|
description="Our dedicated agents provide unparalleled insight and service, guiding you through every step of your luxury property journey in South Florida. Connect with a specialist today."
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="agents" data-section="agents">
|
|
|
|
|
<TeamCardOne
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
gridVariant="uniform-all-items-equal"
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
title="Investment Suite Acquisition Solutions"
|
|
|
|
|
description="We frame REO and Short Sale assets as sophisticated investment solutions for luxury portfolios."
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
members={[
|
|
|
|
|
{ id: "m1", name: "Strategic Acquisitions", role: "REO & Short Sale Specialist", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-pointing-towards-you_23-2147708163.jpg" },
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="testimonials" data-section="testimonials">
|
|
|
|
|
<TestimonialCardTwo
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground={true}
|
|
|
|
|
testimonials={[
|
|
|
|
|
{
|
|
|
|
|
id: "1",
|
|
|
|
|
name: "Eleanor Sterling",
|
|
|
|
|
role: "Luxury Homeowner",
|
|
|
|
|
testimonial: "Rising Realty delivered beyond expectation. Their deep market knowledge and personalized approach found us the ideal waterfront estate. Truly a seamless experience.",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/real-professional-smiling-businesswoman-looking-confident-determined-face-expression-standing-suit-white-background_1258-123234.jpg",
|
|
|
|
|
imageAlt: "Eleanor Sterling, Luxury Homeowner",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "2",
|
|
|
|
|
name: "Marcus Thorne",
|
|
|
|
|
role: "Real Estate Investor",
|
|
|
|
|
testimonial: "As an investor, I need efficiency and expertise. Rising Realty consistently provided access to exclusive short sales and new developments, resulting in excellent returns.",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/portrait-satisfied-young-female-with-positive-expression-wears-summer-hat-stylish-blouse-sits-comfortable-chair-outdoor-holds-cell-phone-surf-social-networks-downloads-photos-page_273609-2364.jpg",
|
|
|
|
|
imageAlt: "Marcus Thorne, Real Estate Investor",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "3",
|
|
|
|
|
name: "Isabella Rossi",
|
|
|
|
|
role: "Client",
|
|
|
|
|
testimonial: "The concierge service at Rising Realty made my relocation to Miami stress-free. Every detail, from property viewing to closing, was handled with utmost professionalism.",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-businesswoman-holding-folder_74855-4978.jpg",
|
|
|
|
|
imageAlt: "Isabella Rossi, Client",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "4",
|
|
|
|
|
name: "David Chen",
|
|
|
|
|
role: "Property Buyer",
|
|
|
|
|
testimonial: "Finding a dream home in South Florida was a challenge until I partnered with Rising Realty. Their curated selection and responsive team made all the difference.",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-using-laptop-restaurant_23-2147956341.jpg",
|
|
|
|
|
imageAlt: "David Chen, Property Buyer",
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
title="What Our Valued Clients Say"
|
|
|
|
|
description="Hear from those who have successfully found their perfect South Florida properties and experienced exceptional service with Rising Realty."
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="testimonials" data-section="testimonials">
|
|
|
|
|
<TestimonialCardTwo
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
title="High-Trust Lead Capture"
|
|
|
|
|
description="Our No-Worry, No-Hassle Guarantee ensures your luxury journey is protected and professional."
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
testimonials={[
|
|
|
|
|
{ id: "1", name: "Global Investor", role: "Asset Management", testimonial: "Rising Realty transformed how we look at distressed assets. Absolute sophistication.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-satisfied-young-female-with-positive-expression-wears-summer-hat-stylish-blouse-sits-comfortable-chair-outdoor-holds-cell-phone-surf-social-networks-downloads-photos-page_273609-2364.jpg" },
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="contact" data-section="contact">
|
|
|
|
|
<ContactCTA
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
background={{
|
|
|
|
|
variant: "plain",
|
|
|
|
|
}}
|
|
|
|
|
tag="Connect With Us"
|
|
|
|
|
title="Schedule Your Private Tour"
|
|
|
|
|
description="Our experts are ready to assist you in finding your next luxury property. Fill out the form below or explore properties with our custom interactive map experience."
|
|
|
|
|
buttons={[
|
|
|
|
|
{
|
|
|
|
|
text: "Request Consultation",
|
|
|
|
|
href: "#",
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="contact" data-section="contact">
|
|
|
|
|
<ContactCTA
|
|
|
|
|
tag="Finalize Your Acquisition"
|
|
|
|
|
title="Experience The Guarantee"
|
|
|
|
|
description="Inquire today about our intelligence-driven process and leverage our No-Hassle Guarantee for your next Florida property purchase."
|
|
|
|
|
buttons={[{ text: "Connect Now", href: "#" }]}
|
|
|
|
|
background={{ variant: "plain" }}
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="footer" data-section="footer">
|
|
|
|
|
<FooterLogoEmphasis
|
|
|
|
|
columns={[
|
|
|
|
|
{
|
|
|
|
|
items: [
|
|
|
|
|
{
|
|
|
|
|
label: "Home",
|
|
|
|
|
href: "#hero",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
label: "Collections",
|
|
|
|
|
href: "#collections",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
label: "Agents",
|
|
|
|
|
href: "#agents",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
items: [
|
|
|
|
|
{
|
|
|
|
|
label: "Private Tour",
|
|
|
|
|
href: "#contact",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
label: "Contact Us",
|
|
|
|
|
href: "#contact",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
items: [
|
|
|
|
|
{
|
|
|
|
|
label: "Privacy Policy",
|
|
|
|
|
href: "#",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
label: "Terms of Service",
|
|
|
|
|
href: "#",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
logoText="Rising Realty"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="footer" data-section="footer">
|
|
|
|
|
<FooterLogoEmphasis
|
|
|
|
|
columns={[
|
|
|
|
|
{ items: [{ label: "Market Intelligence" }, { label: "Tri-County Grid" }] },
|
|
|
|
|
{ items: [{ label: "Investment Suite" }, { label: "Trust Guarantee" }] },
|
|
|
|
|
{ items: [{ label: "Privacy Policy" }, { label: "Legal Notices" }] },
|
|
|
|
|
]}
|
|
|
|
|
logoText="Rising Realty South Florida"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
</ReactLenis>
|
|
|
|
|
</ThemeProvider>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|