3 Commits

Author SHA1 Message Date
60985b1fbd Merge version_2 into main
Merge version_2 into main
2026-05-27 13:52:24 +00:00
407b4d1a80 Update src/app/page.tsx 2026-05-27 13:52:18 +00:00
e0c3ac5c51 Merge version_1 into main
Merge version_1 into main
2026-05-27 12:53:58 +00:00

View File

@@ -125,14 +125,16 @@ export default function LandingPage() {
features={[ features={[
{ {
title: "Global Tenant Acquisition", description: "Utilizing advanced marketing strategies to find reliable tenants from around the world.", bentoComponent: "globe", button: { title: "Global Tenant Acquisition", description: "Utilizing advanced marketing strategies to find reliable tenants from around the world.", bentoComponent: "globe", button: {
text: "Discover More"} text: "Find Your Ideal Tenant"}
}, },
{ {
title: "Optimized Financial Reporting", description: "Transparent and detailed financial statements, ensuring you're always informed about your investment's performance.", bentoComponent: "animated-bar-chart", button: { title: "Optimized Financial Reporting", description: "Transparent and detailed financial statements, ensuring you're always informed about your investment's performance.", bentoComponent: "animated-bar-chart", button: {
text: "View Reports"} text: "Get Financial Overview"}
}, },
{ {
title: "24/7 Maintenance & Support", description: "Ensuring your property is always in prime condition with prompt and professional maintenance services.", bentoComponent: "reveal-icon", icon: Wrench title: "24/7 Maintenance & Support", description: "Ensuring your property is always in prime condition with prompt and professional maintenance services.", bentoComponent: "reveal-icon", icon: Wrench,
button: {
text: "Request Maintenance"}
}, },
]} ]}
title="Our Comprehensive Management Services" title="Our Comprehensive Management Services"
@@ -293,4 +295,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }