diff --git a/src/app/page.tsx b/src/app/page.tsx
index 954f0db..89b8589 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
@@ -55,112 +47,41 @@ export default function LandingPage() {
@@ -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() {