Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 60985b1fbd | |||
| 407b4d1a80 | |||
| e0c3ac5c51 |
@@ -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>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user