diff --git a/src/app/page.tsx b/src/app/page.tsx index 68b8f66..4166a37 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,21 +32,13 @@ export default function LandingPage() { @@ -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." buttons={[ { - text: "Get Started", - href: "#contact", - }, + text: "Get Started", href: "#contact"}, ]} imageSrc="http://img.b2bpic.net/free-photo/3d-rendering-isometric-house_23-2150728074.jpg" avatars={[ { - src: "http://img.b2bpic.net/free-photo/business-woman-green-suit-using-phone-outside-street_1303-29546.jpg", - alt: "Client Portrait 1", - }, + src: "http://img.b2bpic.net/free-photo/business-woman-green-suit-using-phone-outside-street_1303-29546.jpg", alt: "Client Portrait 1"}, { - src: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg", - alt: "Client Portrait 2", - }, + src: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg", alt: "Client Portrait 2"}, { - src: "http://img.b2bpic.net/free-photo/portrait-happy-young-businesswoman-talking-mobile-phone_1262-16443.jpg", - alt: "Client Portrait 3", - }, + src: "http://img.b2bpic.net/free-photo/portrait-happy-young-businesswoman-talking-mobile-phone_1262-16443.jpg", alt: "Client Portrait 3"}, { - src: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-looking-camera_23-2148317302.jpg", - alt: "Client Portrait 4", - }, + src: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-looking-camera_23-2148317302.jpg", alt: "Client Portrait 4"}, { - src: "http://img.b2bpic.net/free-photo/studio-portrait-blond-female-dressed-white-shirt-red-eyeglasses_613910-3571.jpg", - alt: "Client Portrait 5", - }, + src: "http://img.b2bpic.net/free-photo/studio-portrait-blond-female-dressed-white-shirt-red-eyeglasses_613910-3571.jpg", alt: "Client Portrait 5"}, ]} avatarText="Trusted by 500+ Property Owners" /> @@ -94,14 +74,9 @@ export default function LandingPage() { useInvertedBackground={false} heading={[ { - type: "text", - content: "Technology Meets Property Management", - }, + type: "text", content: "Technology Meets Property Management"}, { - type: "image", - src: "http://img.b2bpic.net/free-photo/isometric-view-3d-rendering-neon-city_23-2150901059.jpg", - alt: "3D Tech Visualization", - }, + type: "image", src: "http://img.b2bpic.net/free-photo/isometric-view-3d-rendering-neon-city_23-2150901059.jpg", alt: "3D Tech Visualization"}, ]} /> @@ -114,19 +89,13 @@ export default function LandingPage() { features={[ { icon: Shield, - title: "Secure Documentation", - description: "Digital contract storage and verified compliance auditing.", - }, + title: "Secure Documentation", description: "Digital contract storage and verified compliance auditing."}, { icon: Calendar, - title: "Maintenance Tracking", - description: "Automated service scheduling with real-time updates.", - }, + title: "Maintenance Tracking", description: "Automated service scheduling with real-time updates."}, { icon: Search, - title: "Transparency Audits", - description: "Regular inspections with comprehensive photo-backed reports.", - }, + title: "Transparency Audits", description: "Regular inspections with comprehensive photo-backed reports."}, ]} title="Comprehensive Management Services" 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() {
@@ -295,14 +209,10 @@ export default function LandingPage() { socialLinks={[ { icon: Twitter, - href: "#", - ariaLabel: "Twitter", - }, + href: "#", ariaLabel: "Twitter"}, { icon: Linkedin, - href: "#", - ariaLabel: "LinkedIn", - }, + href: "#", ariaLabel: "LinkedIn"}, ]} />