Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7ad972c8c8 | |||
| 26a25f5331 |
229
src/app/page.tsx
229
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Explore",
|
||||
id: "product",
|
||||
},
|
||||
name: "Explore", id: "product"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Kevin Franceschelli"
|
||||
/>
|
||||
@@ -54,70 +46,42 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "glowing-orb",
|
||||
}}
|
||||
variant: "glowing-orb"}}
|
||||
title="Not Just Finding Homes — Crafting Your Next Chapter"
|
||||
description="Work with Kevin Franceschelli — where precision, market insight, and experience meet a personalized journey."
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Your Search",
|
||||
href: "#product",
|
||||
},
|
||||
text: "Start Your Search", href: "#product"},
|
||||
{
|
||||
text: "Book a Consultation",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book a Consultation", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/dark-structure_1127-2117.jpg"
|
||||
imageAlt="Luxury home architectural view"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17096.jpg",
|
||||
alt: "Client 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17096.jpg", alt: "Client 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-business-woman-looking-up-copy-space_1262-3088.jpg",
|
||||
alt: "Client 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-business-woman-looking-up-copy-space_1262-3088.jpg", alt: "Client 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg",
|
||||
alt: "Client 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg", alt: "Client 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/studio-portrait-blond-female-dressed-white-shirt-red-eyeglasses_613910-3571.jpg",
|
||||
alt: "Client 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/studio-portrait-blond-female-dressed-white-shirt-red-eyeglasses_613910-3571.jpg", alt: "Client 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-person_23-2151098593.jpg",
|
||||
alt: "Client 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-person_23-2151098593.jpg", alt: "Client 5"},
|
||||
]}
|
||||
avatarText="Trusted by over 250 satisfied homeowners"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/abstract-city-building-shadows_23-2149283286.jpg",
|
||||
alt: "Abstract city 1",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/abstract-city-building-shadows_23-2149283286.jpg", alt: "Abstract city 1"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/abstract-city-building-shadows_23-2149283228.jpg",
|
||||
alt: "Abstract city 2",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/abstract-city-building-shadows_23-2149283228.jpg", alt: "Abstract city 2"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/abstract-city-building-shadows_23-2149283225.jpg",
|
||||
alt: "Abstract city 3",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/abstract-city-building-shadows_23-2149283225.jpg", alt: "Abstract city 3"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Premium Real Estate",
|
||||
},
|
||||
type: "text", text: "Premium Real Estate"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Luxury Lifestyle Experts",
|
||||
},
|
||||
type: "text", text: "Luxury Lifestyle Experts"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -130,17 +94,11 @@ export default function LandingPage() {
|
||||
description="I believe that real estate isn't just about the structure itself, but the life you lead within it. With a deep understanding of market shifts and a dedication to detail, I ensure every client finds their ideal match."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Market Expertise",
|
||||
description: "Years of analyzing market trends to give you a strategic advantage.",
|
||||
},
|
||||
title: "Market Expertise", description: "Years of analyzing market trends to give you a strategic advantage."},
|
||||
{
|
||||
title: "Precision Planning",
|
||||
description: "Data-backed insights ensuring every negotiation is sound.",
|
||||
},
|
||||
title: "Precision Planning", description: "Data-backed insights ensuring every negotiation is sound."},
|
||||
{
|
||||
title: "Personalized Approach",
|
||||
description: "Your story is unique, and so is my commitment to your goal.",
|
||||
},
|
||||
title: "Personalized Approach", description: "Your story is unique, and so is my commitment to your goal."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-businesswoman_23-2148012909.jpg"
|
||||
imageAlt="Kevin Franceschelli"
|
||||
@@ -156,41 +114,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Modern Urban Loft",
|
||||
price: "$1,850,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-minimalist-architecture-with-pool-reflection_23-2151993723.jpg",
|
||||
},
|
||||
id: "p1", name: "Modern Urban Loft", price: "$1,850,000", imageSrc: "http://img.b2bpic.net/free-photo/modern-minimalist-architecture-with-pool-reflection_23-2151993723.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Contemporary Hillside Villa",
|
||||
price: "$3,200,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-living-room-interior-design_23-2150794716.jpg",
|
||||
},
|
||||
id: "p2", name: "Contemporary Hillside Villa", price: "$3,200,000", imageSrc: "http://img.b2bpic.net/free-photo/modern-living-room-interior-design_23-2150794716.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Art Deco Estate",
|
||||
price: "$4,500,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/contemporary-living-room_1150-12613.jpg",
|
||||
},
|
||||
id: "p3", name: "Art Deco Estate", price: "$4,500,000", imageSrc: "http://img.b2bpic.net/free-photo/contemporary-living-room_1150-12613.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Pristine Coastal Retreat",
|
||||
price: "$2,950,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-architecture-urban-center_1359-870.jpg",
|
||||
},
|
||||
id: "p4", name: "Pristine Coastal Retreat", price: "$2,950,000", imageSrc: "http://img.b2bpic.net/free-photo/modern-architecture-urban-center_1359-870.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Mid-Century Masterpiece",
|
||||
price: "$2,400,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-loft-luxury-living-room-with-shelf-near-dining-table_105762-2185.jpg",
|
||||
},
|
||||
id: "p5", name: "Mid-Century Masterpiece", price: "$2,400,000", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-loft-luxury-living-room-with-shelf-near-dining-table_105762-2185.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Skyline Penthouse",
|
||||
price: "$5,100,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-using-laptop-minimal-decorated-room_23-2150407612.jpg",
|
||||
},
|
||||
id: "p6", name: "Skyline Penthouse", price: "$5,100,000", imageSrc: "http://img.b2bpic.net/free-photo/woman-using-laptop-minimal-decorated-room_23-2150407612.jpg"},
|
||||
]}
|
||||
title="Explore Exclusive Properties"
|
||||
description="Discover a selection of premium homes matched to your lifestyle, experience, and aspirations."
|
||||
@@ -204,20 +138,11 @@ export default function LandingPage() {
|
||||
tag="Results Speak"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "$500M+",
|
||||
description: "Total Real Estate Volume",
|
||||
},
|
||||
id: "m1", value: "$500M+", description: "Total Real Estate Volume"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "250+",
|
||||
description: "Successful Closings",
|
||||
},
|
||||
id: "m2", value: "250+", description: "Successful Closings"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "15+",
|
||||
description: "Years of Experience",
|
||||
},
|
||||
id: "m3", value: "15+", description: "Years of Experience"},
|
||||
]}
|
||||
metricsAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -230,45 +155,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Miller",
|
||||
handle: "@sarah_m",
|
||||
testimonial: "The most seamless experience I've had buying a property. Truly expert.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-smiling-looking-confident-happy-standing-suit-street-leans-her_1258-193996.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah Miller", handle: "@sarah_m", testimonial: "The most seamless experience I've had buying a property. Truly expert.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-smiling-looking-confident-happy-standing-suit-street-leans-her_1258-193996.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "David Chen",
|
||||
handle: "@d_chen",
|
||||
testimonial: "Kevin's market insights were spot on and saved us significant money.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12307.jpg",
|
||||
},
|
||||
id: "2", name: "David Chen", handle: "@d_chen", testimonial: "Kevin's market insights were spot on and saved us significant money.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12307.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena Rossi",
|
||||
handle: "@erossi",
|
||||
testimonial: "Dedicated, strategic, and professional. Would work with again in a heartbeat.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-with-arms-closed-home_23-2150656205.jpg",
|
||||
},
|
||||
id: "3", name: "Elena Rossi", handle: "@erossi", testimonial: "Dedicated, strategic, and professional. Would work with again in a heartbeat.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-with-arms-closed-home_23-2150656205.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "James Wilson",
|
||||
handle: "@jw_prop",
|
||||
testimonial: "A master of precision. The negotiation strategy was incredibly impressive.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-female-real-estate-agent-standing-house-entrance-smiling-woman-with-short-graying-hair-pink-suit-getting-ready-meet-customers-real-estate-business-work-concept_74855-22183.jpg",
|
||||
},
|
||||
id: "4", name: "James Wilson", handle: "@jw_prop", testimonial: "A master of precision. The negotiation strategy was incredibly impressive.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-female-real-estate-agent-standing-house-entrance-smiling-woman-with-short-graying-hair-pink-suit-getting-ready-meet-customers-real-estate-business-work-concept_74855-22183.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Mia Thompson",
|
||||
handle: "@mia_t",
|
||||
testimonial: "Personalized service that truly puts the client at the center.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-standing-near-car_107420-94915.jpg",
|
||||
},
|
||||
id: "5", name: "Mia Thompson", handle: "@mia_t", testimonial: "Personalized service that truly puts the client at the center.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-standing-near-car_107420-94915.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Client Experiences"
|
||||
@@ -281,23 +181,19 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "How do we start our journey?",
|
||||
content: "Simply fill out the form in the contact section, and we will schedule an initial consultation to discuss your vision.",
|
||||
},
|
||||
id: "f1", title: "How do we start our journey?", content: "Simply fill out the form in the contact section, and we will schedule an initial consultation to discuss your vision."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "What areas do you specialize in?",
|
||||
content: "I specialize in premium urban residences and exclusive hillside properties across the city.",
|
||||
},
|
||||
id: "f2", title: "What areas do you specialize in?", content: "I specialize in premium urban residences and exclusive hillside properties across the city."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Do you offer virtual tours?",
|
||||
content: "Yes, all premium listings include immersive 3D walkthroughs as part of our exclusive service package.",
|
||||
},
|
||||
id: "f3", title: "Do you offer virtual tours?", content: "Yes, all premium listings include immersive 3D walkthroughs as part of our exclusive service package."},
|
||||
]}
|
||||
sideTitle="Common Questions"
|
||||
faqsAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get in touch", href: "#contact"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -305,14 +201,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "rotated-rays-static",
|
||||
}}
|
||||
variant: "rotated-rays-static"}}
|
||||
text="Ready to craft your next chapter? Let's discuss your goals in a private consultation."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Kevin",
|
||||
href: "#",
|
||||
},
|
||||
text: "Contact Kevin", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -322,29 +215,19 @@ export default function LandingPage() {
|
||||
logoText="Kevin Franceschelli"
|
||||
columns={[
|
||||
{
|
||||
title: "Explore",
|
||||
items: [
|
||||
title: "Explore", items: [
|
||||
{
|
||||
label: "Properties",
|
||||
href: "#product",
|
||||
},
|
||||
label: "Properties", href: "#product"},
|
||||
{
|
||||
label: "About Me",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Me", href: "#about"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Use",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Use", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -354,4 +237,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user