Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
281
src/app/page.tsx
281
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Listings",
|
||||
id: "features",
|
||||
},
|
||||
name: "Listings", id: "features"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Reviews", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="FlatVision"
|
||||
/>
|
||||
@@ -55,112 +47,41 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Your Next Home. Elevated."
|
||||
description="FlatVision curates premium apartments for people who refuse to settle. Live where you belong."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/contemporary-living-room_1150-12613.jpg",
|
||||
imageAlt: "Luxury Interior View 1",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kitchen-product-backdrop-interior-background-image_53876-145561.jpg",
|
||||
imageAlt: "Luxury Interior View 2",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-doing-sport-with-dog_52683-127956.jpg",
|
||||
imageAlt: "Luxury Interior View 3",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-modern-futuristic-work-space-with-furniture_23-2151797707.jpg",
|
||||
imageAlt: "Luxury Interior View 4",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-european-woman-jumpsuit-sits-kitchen-table-ceiling-lapm-orange-warm-light_343596-1795.jpg",
|
||||
imageAlt: "Luxury Interior View 5",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/contemporary-living-room_1150-12613.jpg", imageAlt: "Luxury Interior View 1" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/kitchen-product-backdrop-interior-background-image_53876-145561.jpg", imageAlt: "Luxury Interior View 2" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-doing-sport-with-dog_52683-127956.jpg", imageAlt: "Luxury Interior View 3" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/view-modern-futuristic-work-space-with-furniture_23-2151797707.jpg", imageAlt: "Luxury Interior View 4" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-european-woman-jumpsuit-sits-kitchen-table-ceiling-lapm-orange-warm-light_343596-1795.jpg", imageAlt: "Luxury Interior View 5" }
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-outdoor-seat-sky_1150-10819.jpg",
|
||||
imageAlt: "City View 1",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-interior-design_23-2150771911.jpg",
|
||||
imageAlt: "City View 2",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-contemporary-modern-design-apartment-with-natural-light-fron-bir-window-white-curtain_609648-70.jpg",
|
||||
imageAlt: "City View 3",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sofa_1203-2905.jpg",
|
||||
imageAlt: "City View 4",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-wooden-wardrobe-decorated-with-blinds-wardrobe-with-blinds-decoration_169016-13065.jpg",
|
||||
imageAlt: "City View 5",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/luxury-outdoor-seat-sky_1150-10819.jpg", imageAlt: "City View 1" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-interior-design_23-2150771911.jpg", imageAlt: "City View 2" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-contemporary-modern-design-apartment-with-natural-light-fron-bir-window-white-curtain_609648-70.jpg", imageAlt: "City View 3" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/sofa_1203-2905.jpg", imageAlt: "City View 4" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/black-wooden-wardrobe-decorated-with-blinds-wardrobe-with-blinds-decoration_169016-13065.jpg", imageAlt: "City View 5" }
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Listings",
|
||||
href: "#features",
|
||||
},
|
||||
{
|
||||
text: "Book a Viewing",
|
||||
href: "#contact",
|
||||
},
|
||||
{ text: "Explore Listings", href: "#features" },
|
||||
{ text: "Book a Viewing", href: "#contact" },
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/successful-businesswoman-posing-outdoors_1262-16431.jpg",
|
||||
alt: "Successful businesswoman posing outdoors",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-business-woman-white-background_231208-14003.jpg",
|
||||
alt: "Portrait of smiling business woman on white background",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-confident-young-businesswoman-digital-nomad-posing-her-office-wearing-casual-clothes_1258-195337.jpg",
|
||||
alt: "Portrait of confident young businesswoman digital nomad",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/confident-businesswoman-looking-camera-with-arm-crossed_23-2148187252.jpg",
|
||||
alt: "Confident businesswoman looking at camera",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/head-shot-happy-beautiful-young-woman-posing-indoors-looking-camera-smiling_74855-10218.jpg",
|
||||
alt: "Head shot of happy beautiful young woman",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/successful-businesswoman-posing-outdoors_1262-16431.jpg", alt: "Successful businesswoman posing outdoors" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-smiling-business-woman-white-background_231208-14003.jpg", alt: "Portrait of smiling business woman" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-confident-young-businesswoman-digital-nomad-posing-her-office-wearing-casual-clothes_1258-195337.jpg", alt: "Portrait of confident young businesswoman" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/confident-businesswoman-looking-camera-with-arm-crossed_23-2148187252.jpg", alt: "Confident businesswoman looking at camera" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/head-shot-happy-beautiful-young-woman-posing-indoors-looking-camera-smiling_74855-10218.jpg", alt: "Head shot of happy beautiful young woman" }
|
||||
]}
|
||||
avatarText="Join 1,000+ happy residents"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/skyscrapers-sunset_1112-1870.jpg",
|
||||
alt: "Skyscrapers at sunset",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/armchairs-sofas_1203-695.jpg",
|
||||
alt: "Armchairs and sofas",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/scene-with-photorealistic-logistics-operations-proceedings_23-2151468895.jpg",
|
||||
alt: "Logistics operations",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/beach-chair-summer-sky-white_1203-5683.jpg",
|
||||
alt: "Beach chair",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "FlatVision Excellence",
|
||||
},
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/skyscrapers-sunset_1112-1870.jpg", alt: "Skyscrapers at sunset" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/armchairs-sofas_1203-695.jpg", alt: "Armchairs and sofas" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/scene-with-photorealistic-logistics-operations-proceedings_23-2151468895.jpg", alt: "Logistics operations" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/beach-chair-summer-sky-white_1203-5683.jpg", alt: "Beach chair" },
|
||||
{ type: "text", text: "FlatVision Excellence" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -170,21 +91,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Why Thousands Choose FlatVision"
|
||||
metrics={[
|
||||
{
|
||||
icon: Sparkles,
|
||||
label: "Smooth Move-ins",
|
||||
value: "98%",
|
||||
},
|
||||
{
|
||||
icon: Users,
|
||||
label: "Resident Satisfaction",
|
||||
value: "99%",
|
||||
},
|
||||
{
|
||||
icon: ShieldCheck,
|
||||
label: "Transparent Terms",
|
||||
value: "100%",
|
||||
},
|
||||
{ icon: Sparkles, label: "Smooth Move-ins", value: "98%" },
|
||||
{ icon: Users, label: "Resident Satisfaction", value: "99%" },
|
||||
{ icon: ShieldCheck, label: "Transparent Terms", value: "100%" }
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -197,29 +106,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Genuinely Helpful Team",
|
||||
description: "Staff that goes above and beyond to support you.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Users,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adult-doing-fitness-through-virtual-reality_23-2151469219.jpg",
|
||||
imageAlt: "luxury apartment balcony dusk skyline",
|
||||
title: "Genuinely Helpful Team", description: "Staff that goes above and beyond to support you.", bentoComponent: "reveal-icon", icon: Users
|
||||
},
|
||||
{
|
||||
title: "Spaces That Feel Like Home",
|
||||
description: "Designed for warmth, comfort, and luxury.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Heart,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1",
|
||||
imageAlt: "luxury apartment balcony dusk skyline",
|
||||
title: "Spaces That Feel Like Home", description: "Designed for warmth, comfort, and luxury.", bentoComponent: "reveal-icon", icon: Heart
|
||||
},
|
||||
{
|
||||
title: "Prime Locations",
|
||||
description: "Unbeatable value in the heart of the city.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: MapPin,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-love-sitting-cozy-sofa_273443-623.jpg?_wi=1",
|
||||
imageAlt: "luxury apartment balcony dusk skyline",
|
||||
},
|
||||
title: "Prime Locations", description: "Unbeatable value in the heart of the city.", bentoComponent: "reveal-icon", icon: MapPin
|
||||
}
|
||||
]}
|
||||
title="Curated Spaces"
|
||||
description="Discover premium apartments tailored for your lifestyle."
|
||||
@@ -232,33 +126,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "500+",
|
||||
title: "Apartments Listed",
|
||||
items: [
|
||||
"Fully vetted",
|
||||
"Premium quality",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "1.2k+",
|
||||
title: "Happy Residents",
|
||||
items: [
|
||||
"Found their home",
|
||||
"Part of the family",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "4.9/5",
|
||||
title: "Resident Rating",
|
||||
items: [
|
||||
"Industry-leading",
|
||||
"Consistently rated",
|
||||
],
|
||||
},
|
||||
{ id: "m1", value: "500+", title: "Apartments Listed", items: ["Fully vetted", "Premium quality"] },
|
||||
{ id: "m2", value: "1.2k+", title: "Happy Residents", items: ["Found their home", "Part of the family"] },
|
||||
{ id: "m3", value: "4.9/5", title: "Resident Rating", items: ["Industry-leading", "Consistently rated"] }
|
||||
]}
|
||||
title="Our Impact"
|
||||
description="Excellence in real estate."
|
||||
@@ -271,46 +141,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
handle: "Young Professional",
|
||||
testimonial: "The easiest move I've ever made. Zero stress.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mark D.",
|
||||
handle: "Family Tenant",
|
||||
testimonial: "The team was so patient during our search.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-love-sitting-cozy-sofa_273443-623.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena R.",
|
||||
handle: "Resident",
|
||||
testimonial: "Maintenance was sorted within hours.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-hipster-handsome-man-sitting-couch-home-holding-tablet-listening-music-earphones-talking-online-happy-smiling-green-checkered-shirt-leisure-having-rest_285396-1597.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "James L.",
|
||||
handle: "Returning Resident",
|
||||
testimonial: "Would never trust anyone else.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-woman-sitting-sofa-home-portrait-comfortable-woman-winter-clothes-relaxing_657921-462.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "David W.",
|
||||
handle: "Resident",
|
||||
testimonial: "Everything is transparent and honest.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-with-gadgets-sitting-couch_23-2147744834.jpg",
|
||||
},
|
||||
{ id: "1", name: "Sarah J.", handle: "Young Professional", testimonial: "The easiest move I've ever made. Zero stress.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg" },
|
||||
{ id: "2", name: "Mark D.", handle: "Family Tenant", testimonial: "The team was so patient during our search.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/couple-love-sitting-cozy-sofa_273443-623.jpg" },
|
||||
{ id: "3", name: "Elena R.", handle: "Resident", testimonial: "Maintenance was sorted within hours.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-hipster-handsome-man-sitting-couch-home-holding-tablet-listening-music-earphones-talking-online-happy-smiling-green-checkered-shirt-leisure-having-rest_285396-1597.jpg" },
|
||||
{ id: "4", name: "James L.", handle: "Returning Resident", testimonial: "Would never trust anyone else.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-young-woman-sitting-sofa-home-portrait-comfortable-woman-winter-clothes-relaxing_657921-462.jpg" },
|
||||
{ id: "5", name: "David W.", handle: "Resident", testimonial: "Everything is transparent and honest.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/couple-with-gadgets-sitting-couch_23-2147744834.jpg" }
|
||||
]}
|
||||
showRating={true}
|
||||
title="Hear It From Those Who Live Here"
|
||||
@@ -323,21 +158,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Are pets allowed?",
|
||||
content: "Yes, we are pet-friendly in most locations.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Is maintenance fast?",
|
||||
content: "We offer 24-hour maintenance support.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "How do I book a viewing?",
|
||||
content: "Simply fill out our contact form.",
|
||||
},
|
||||
{ id: "f1", title: "Are pets allowed?", content: "Yes, we are pet-friendly in most locations." },
|
||||
{ id: "f2", title: "Is maintenance fast?", content: "We offer 24-hour maintenance support." },
|
||||
{ id: "f3", title: "How do I book a viewing?", content: "Simply fill out our contact form." }
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Everything you need to know."
|
||||
@@ -348,9 +171,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Contact Us"
|
||||
title="Your Perfect Flat Is One Call Away"
|
||||
description="Speak to a FlatVision advisor today — no pressure, just results."
|
||||
@@ -362,14 +183,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="FlatVision"
|
||||
leftLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
leftLink={{ text: "Terms of Service", href: "#" }}
|
||||
rightLink={{ text: "Privacy Policy", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user