Update src/app/page.tsx

This commit is contained in:
2026-05-23 05:16:47 +00:00
parent 4d12c37041
commit a61bacbb61

View File

@@ -32,21 +32,13 @@ export default function LandingPage() {
<NavbarStyleCentered <NavbarStyleCentered
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "hero"},
id: "hero",
},
{ {
name: "About", name: "About", id: "about"},
id: "about",
},
{ {
name: "Services", name: "Services", id: "features"},
id: "features",
},
{ {
name: "Contact", name: "Contact", id: "contact"},
id: "contact",
},
]} ]}
brandName="Nimmadhi" brandName="Nimmadhi"
/> />
@@ -58,32 +50,20 @@ export default function LandingPage() {
description="Nimmadhi offers tech-driven property management solutions that simplify ownership and maximize value, blending traditional care with modern innovation." description="Nimmadhi offers tech-driven property management solutions that simplify ownership and maximize value, blending traditional care with modern innovation."
buttons={[ buttons={[
{ {
text: "Get Started", text: "Get Started", href: "#contact"},
href: "#contact",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/3d-rendering-isometric-house_23-2150728074.jpg" imageSrc="http://img.b2bpic.net/free-photo/3d-rendering-isometric-house_23-2150728074.jpg"
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/business-woman-green-suit-using-phone-outside-street_1303-29546.jpg", src: "http://img.b2bpic.net/free-photo/business-woman-green-suit-using-phone-outside-street_1303-29546.jpg", alt: "Client Portrait 1"},
alt: "Client Portrait 1",
},
{ {
src: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg", src: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg", alt: "Client Portrait 2"},
alt: "Client Portrait 2",
},
{ {
src: "http://img.b2bpic.net/free-photo/portrait-happy-young-businesswoman-talking-mobile-phone_1262-16443.jpg", src: "http://img.b2bpic.net/free-photo/portrait-happy-young-businesswoman-talking-mobile-phone_1262-16443.jpg", alt: "Client Portrait 3"},
alt: "Client Portrait 3",
},
{ {
src: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-looking-camera_23-2148317302.jpg", src: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-looking-camera_23-2148317302.jpg", alt: "Client Portrait 4"},
alt: "Client Portrait 4",
},
{ {
src: "http://img.b2bpic.net/free-photo/studio-portrait-blond-female-dressed-white-shirt-red-eyeglasses_613910-3571.jpg", src: "http://img.b2bpic.net/free-photo/studio-portrait-blond-female-dressed-white-shirt-red-eyeglasses_613910-3571.jpg", alt: "Client Portrait 5"},
alt: "Client Portrait 5",
},
]} ]}
avatarText="Trusted by 500+ Property Owners" avatarText="Trusted by 500+ Property Owners"
/> />
@@ -94,14 +74,9 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
heading={[ heading={[
{ {
type: "text", type: "text", content: "Technology Meets Property Management"},
content: "Technology Meets Property Management",
},
{ {
type: "image", type: "image", src: "http://img.b2bpic.net/free-photo/isometric-view-3d-rendering-neon-city_23-2150901059.jpg", alt: "3D Tech Visualization"},
src: "http://img.b2bpic.net/free-photo/isometric-view-3d-rendering-neon-city_23-2150901059.jpg",
alt: "3D Tech Visualization",
},
]} ]}
/> />
</div> </div>
@@ -114,19 +89,13 @@ export default function LandingPage() {
features={[ features={[
{ {
icon: Shield, icon: Shield,
title: "Secure Documentation", title: "Secure Documentation", description: "Digital contract storage and verified compliance auditing."},
description: "Digital contract storage and verified compliance auditing.",
},
{ {
icon: Calendar, icon: Calendar,
title: "Maintenance Tracking", title: "Maintenance Tracking", description: "Automated service scheduling with real-time updates."},
description: "Automated service scheduling with real-time updates.",
},
{ {
icon: Search, icon: Search,
title: "Transparency Audits", title: "Transparency Audits", description: "Regular inspections with comprehensive photo-backed reports."},
description: "Regular inspections with comprehensive photo-backed reports.",
},
]} ]}
title="Comprehensive Management Services" title="Comprehensive Management Services"
description="Our suite of services ensures your property is always under expert care, from maintenance to tenant relations." description="Our suite of services ensures your property is always under expert care, from maintenance to tenant relations."
@@ -135,24 +104,19 @@ export default function LandingPage() {
<div id="services" data-section="services"> <div id="services" data-section="services">
<FeatureHoverPattern <FeatureHoverPattern
animationType="slide-up"
textboxLayout="split" textboxLayout="split"
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
icon: Award, icon: Award,
title: "Expert Knowledge", title: "Expert Knowledge", description: "Decades of experience in local property regulations."},
description: "Decades of experience in local property regulations.",
},
{ {
icon: Zap, icon: Zap,
title: "Instant Response", title: "Instant Response", description: "Priority handling for urgent maintenance requests."},
description: "Priority handling for urgent maintenance requests.",
},
{ {
icon: ShieldCheck, icon: ShieldCheck,
title: "Transparent Pricing", title: "Transparent Pricing", description: "No hidden fees, simple flat-rate management models."},
description: "No hidden fees, simple flat-rate management models.",
},
]} ]}
title="Why Nimmadhi?" title="Why Nimmadhi?"
description="Why homeowners trust us for their most valuable assets." description="Why homeowners trust us for their most valuable assets."
@@ -166,29 +130,16 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
metrics={[ metrics={[
{ {
id: "m1", id: "m1", value: "500+", title: "Properties Managed", items: [
value: "500+", "Residential", "Commercial"],
title: "Properties Managed",
items: [
"Residential",
"Commercial",
],
}, },
{ {
id: "m2", id: "m2", value: "98%", title: "Owner Satisfaction", items: [
value: "98%", "Retainment Rate"],
title: "Owner Satisfaction",
items: [
"Retainment Rate",
],
}, },
{ {
id: "m3", id: "m3", value: "24h", title: "Average Response", items: [
value: "24h", "Support SLA"],
title: "Average Response",
items: [
"Support SLA",
],
}, },
]} ]}
title="Impact by Numbers" title="Impact by Numbers"
@@ -203,40 +154,15 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "Sarah Miller", handle: "@sarahm", testimonial: "Nimmadhi turned property management from a headache into a hands-off experience.", imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15151.jpg"},
name: "Sarah Miller",
handle: "@sarahm",
testimonial: "Nimmadhi turned property management from a headache into a hands-off experience.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15151.jpg",
},
{ {
id: "2", id: "2", name: "David Chen", handle: "@dchen", testimonial: "The digital dashboard makes everything transparent and easy to track. Excellent service.", imageSrc: "http://img.b2bpic.net/free-photo/successful-businessman-imagines-great-career_1163-5478.jpg"},
name: "David Chen",
handle: "@dchen",
testimonial: "The digital dashboard makes everything transparent and easy to track. Excellent service.",
imageSrc: "http://img.b2bpic.net/free-photo/successful-businessman-imagines-great-career_1163-5478.jpg",
},
{ {
id: "3", id: "3", name: "Elena Rossi", handle: "@erossi", testimonial: "Finally, a company that treats my property like their own. Very professional.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-dark-jacket-pink-background_179666-14313.jpg"},
name: "Elena Rossi",
handle: "@erossi",
testimonial: "Finally, a company that treats my property like their own. Very professional.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-dark-jacket-pink-background_179666-14313.jpg",
},
{ {
id: "4", id: "4", name: "James Bond", handle: "@jbond", testimonial: "Highly efficient response times when I needed critical maintenance last year.", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-against-real-estate_1398-1733.jpg"},
name: "James Bond",
handle: "@jbond",
testimonial: "Highly efficient response times when I needed critical maintenance last year.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-against-real-estate_1398-1733.jpg",
},
{ {
id: "5", id: "5", name: "Linda Wu", handle: "@lwu", testimonial: "Nimmadhi's transparency is a game-changer for overseas landlords like me.", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman_23-2148103937.jpg"},
name: "Linda Wu",
handle: "@lwu",
testimonial: "Nimmadhi's transparency is a game-changer for overseas landlords like me.",
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman_23-2148103937.jpg",
},
]} ]}
title="Client Success Stories" title="Client Success Stories"
description="Hear from the owners who trust Nimmadhi with their peace of mind." description="Hear from the owners who trust Nimmadhi with their peace of mind."
@@ -249,20 +175,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ {
id: "q1", id: "q1", title: "How is maintenance billed?", content: "We bill at actual cost with zero markup on vendor labor."},
title: "How is maintenance billed?",
content: "We bill at actual cost with zero markup on vendor labor.",
},
{ {
id: "q2", id: "q2", title: "Can I check my property updates remotely?", content: "Yes, our dashboard provides real-time updates and photos."},
title: "Can I check my property updates remotely?",
content: "Yes, our dashboard provides real-time updates and photos.",
},
{ {
id: "q3", id: "q3", title: "Do you handle tenant vetting?", content: "We perform comprehensive credit, criminal, and rental history background checks."},
title: "Do you handle tenant vetting?",
content: "We perform comprehensive credit, criminal, and rental history background checks.",
},
]} ]}
title="Frequently Asked Questions" title="Frequently Asked Questions"
description="Common inquiries about our management philosophy and services." description="Common inquiries about our management philosophy and services."
@@ -274,16 +191,13 @@ export default function LandingPage() {
<ContactCTA <ContactCTA
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "sparkles-gradient", variant: "sparkles-gradient"}}
}}
tag="Ready to get started?" tag="Ready to get started?"
title="Simplify Your Property Management Today" title="Simplify Your Property Management Today"
description="Contact our team for a personalized strategy session." description="Contact our team for a personalized strategy session."
buttons={[ buttons={[
{ {
text: "Schedule Consultation", text: "Schedule Consultation", href: "#"},
href: "#",
},
]} ]}
/> />
</div> </div>
@@ -295,14 +209,10 @@ export default function LandingPage() {
socialLinks={[ socialLinks={[
{ {
icon: Twitter, icon: Twitter,
href: "#", href: "#", ariaLabel: "Twitter"},
ariaLabel: "Twitter",
},
{ {
icon: Linkedin, icon: Linkedin,
href: "#", href: "#", ariaLabel: "LinkedIn"},
ariaLabel: "LinkedIn",
},
]} ]}
/> />
</div> </div>