Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e5f4147b94 | |||
| 9d953c7d25 | |||
| 24719d2f42 |
@@ -6,41 +6,25 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const mulish = Mulish({
|
||||
variable: "--font-mulish",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-mulish", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "PropertyHub - Effortless Property Management Platform",
|
||||
description: "Streamline property management with PropertyHub. List properties, manage tenants, track leads, collect rent, and monitor revenue—all from one intuitive dashboard with secure mobile OTP login.",
|
||||
keywords: "property management, real estate software, rent collection, tenant management, property listing, leads tracking",
|
||||
metadataBase: new URL("https://propertyhub.com"),
|
||||
title: "PropertyHub - Effortless Property Management Platform", description: "Streamline property management with PropertyHub. List properties, manage tenants, track leads, collect rent, and monitor revenue—all from one intuitive dashboard with secure mobile OTP login.", keywords: "property management, real estate software, rent collection, tenant management, property listing, leads tracking", metadataBase: new URL("https://propertyhub.com"),
|
||||
alternates: {
|
||||
canonical: "https://propertyhub.com",
|
||||
},
|
||||
canonical: "https://propertyhub.com"},
|
||||
openGraph: {
|
||||
title: "PropertyHub - Manage Your Properties Effortlessly",
|
||||
description: "Transform property management with intuitive tools for listing, tenant tracking, and revenue collection.",
|
||||
url: "https://propertyhub.com",
|
||||
siteName: "PropertyHub",
|
||||
type: "website",
|
||||
images: [
|
||||
title: "PropertyHub - Manage Your Properties Effortlessly", description: "Transform property management with intuitive tools for listing, tenant tracking, and revenue collection.", url: "https://propertyhub.com", siteName: "PropertyHub", type: "website", images: [
|
||||
{
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVk3fnp7cJD9dmblLoxcvKIRoA/a-modern-property-management-dashboard-i-1772685459209-def022d9.png",
|
||||
alt: "PropertyHub Dashboard",
|
||||
},
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVk3fnp7cJD9dmblLoxcvKIRoA/a-modern-property-management-dashboard-i-1772685459209-def022d9.png", alt: "PropertyHub Dashboard"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "PropertyHub - Property Management Made Easy",
|
||||
description: "Manage multiple properties, tenants, and revenue from one platform.",
|
||||
images: ["https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVk3fnp7cJD9dmblLoxcvKIRoA/a-modern-property-management-dashboard-i-1772685459209-def022d9.png"],
|
||||
card: "summary_large_image", title: "PropertyHub - Property Management Made Easy", description: "Manage multiple properties, tenants, and revenue from one platform.", images: ["https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVk3fnp7cJD9dmblLoxcvKIRoA/a-modern-property-management-dashboard-i-1772685459209-def022d9.png"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
@@ -1432,4 +1416,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
181
src/app/page.tsx
181
src/app/page.tsx
@@ -58,20 +58,15 @@ export default function HomePage() {
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVk3fnp7cJD9dmblLoxcvKIRoA/a-modern-property-management-dashboard-i-1772685459209-def022d9.png",
|
||||
imageAlt: "Property management dashboard interface",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVk3fnp7cJD9dmblLoxcvKIRoA/a-modern-property-management-dashboard-i-1772685459209-def022d9.png", imageAlt: "Property management dashboard interface"},
|
||||
{
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVk3fnp7cJD9dmblLoxcvKIRoA/an-illustration-showing-property-listing-1772685460108-3eeb6f44.png?_wi=1",
|
||||
imageAlt: "Property listing creation interface",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVk3fnp7cJD9dmblLoxcvKIRoA/an-illustration-showing-property-listing-1772685460108-3eeb6f44.png?_wi=1", imageAlt: "Property listing creation interface"},
|
||||
]}
|
||||
rating={5}
|
||||
ratingText="Trusted by 5,000+ property owners"
|
||||
buttons={[
|
||||
{ text: "Get Started", href: "/contact" },
|
||||
{ text: "Watch Demo", href: "#" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -88,40 +83,24 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Property Listing",
|
||||
description:
|
||||
"List properties with detailed room configurations, bed counts per room, and comprehensive floor information for better visibility.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVk3fnp7cJD9dmblLoxcvKIRoA/an-illustration-showing-property-listing-1772685460108-3eeb6f44.png?_wi=2",
|
||||
imageAlt: "Property listing interface",
|
||||
},
|
||||
title: "Property Listing", description:
|
||||
"List properties with detailed room configurations, bed counts per room, and comprehensive floor information for better visibility.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVk3fnp7cJD9dmblLoxcvKIRoA/an-illustration-showing-property-listing-1772685460108-3eeb6f44.png?_wi=2", imageAlt: "Property listing interface"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Tenant Management",
|
||||
description:
|
||||
"Organize tenant information efficiently with centralized profiles, contact details, lease tracking, and communication history.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVk3fnp7cJD9dmblLoxcvKIRoA/a-clean-tenant-information-management-in-1772685458807-83d1a036.png?_wi=1",
|
||||
imageAlt: "Tenant management interface",
|
||||
},
|
||||
title: "Tenant Management", description:
|
||||
"Organize tenant information efficiently with centralized profiles, contact details, lease tracking, and communication history.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVk3fnp7cJD9dmblLoxcvKIRoA/a-clean-tenant-information-management-in-1772685458807-83d1a036.png?_wi=1", imageAlt: "Tenant management interface"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Leads Dashboard",
|
||||
description:
|
||||
"Track property leads in real-time with conversion analytics, interested buyer profiles, and follow-up reminders for better sales.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVk3fnp7cJD9dmblLoxcvKIRoA/a-leads-tracking-and-management-dashboar-1772685459624-4cf98124.png",
|
||||
imageAlt: "Leads tracking dashboard",
|
||||
},
|
||||
title: "Leads Dashboard", description:
|
||||
"Track property leads in real-time with conversion analytics, interested buyer profiles, and follow-up reminders for better sales.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVk3fnp7cJD9dmblLoxcvKIRoA/a-leads-tracking-and-management-dashboar-1772685459624-4cf98124.png", imageAlt: "Leads tracking dashboard"},
|
||||
{
|
||||
id: 4,
|
||||
title: "Revenue & Collections",
|
||||
description:
|
||||
"Monitor rental income, track payments, and automate rent collection with comprehensive financial reporting and analytics.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVk3fnp7cJD9dmblLoxcvKIRoA/a-revenue-and-rent-management-dashboard--1772685458650-4d816dce.png?_wi=1",
|
||||
imageAlt: "Revenue analytics dashboard",
|
||||
},
|
||||
title: "Revenue & Collections", description:
|
||||
"Monitor rental income, track payments, and automate rent collection with comprehensive financial reporting and analytics.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVk3fnp7cJD9dmblLoxcvKIRoA/a-revenue-and-rent-management-dashboard--1772685458650-4d816dce.png?_wi=1", imageAlt: "Revenue analytics dashboard"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
@@ -139,29 +118,14 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "OTP Mobile Login",
|
||||
price: "Secure",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVk3fnp7cJD9dmblLoxcvKIRoA/a-mobile-phone-screen-showing-otp-login--1772685459230-f1338127.png",
|
||||
imageAlt: "Secure mobile OTP login",
|
||||
},
|
||||
id: "1", name: "OTP Mobile Login", price: "Secure", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVk3fnp7cJD9dmblLoxcvKIRoA/a-mobile-phone-screen-showing-otp-login--1772685459230-f1338127.png", imageAlt: "Secure mobile OTP login"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Property Verification",
|
||||
price: "Verified",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVk3fnp7cJD9dmblLoxcvKIRoA/an-illustration-of-property-verification-1772685459310-7e93c5f2.png",
|
||||
imageAlt: "Property verification with documents",
|
||||
},
|
||||
id: "2", name: "Property Verification", price: "Verified", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVk3fnp7cJD9dmblLoxcvKIRoA/an-illustration-of-property-verification-1772685459310-7e93c5f2.png", imageAlt: "Property verification with documents"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Rent Collection",
|
||||
price: "Automated",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVk3fnp7cJD9dmblLoxcvKIRoA/a-rent-collection-interface-showing-paym-1772685459797-3d8d7b83.png",
|
||||
imageAlt: "Automated rent collection system",
|
||||
},
|
||||
id: "3", name: "Rent Collection", price: "Automated", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVk3fnp7cJD9dmblLoxcvKIRoA/a-rent-collection-interface-showing-paym-1772685459797-3d8d7b83.png", imageAlt: "Automated rent collection system"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -200,49 +164,21 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Streamlined my entire portfolio management",
|
||||
quote:
|
||||
"PropertyHub has been a game-changer for managing my multiple properties. The OTP login is secure, property verification is seamless, and rent collection is now automated. I save hours every month!",
|
||||
name: "Rajesh Kumar",
|
||||
role: "Property Owner & Developer",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVk3fnp7cJD9dmblLoxcvKIRoA/a-professional-headshot-of-a-property-ow-1772685459257-9737d4c4.png",
|
||||
imageAlt: "Rajesh Kumar",
|
||||
},
|
||||
id: "1", title: "Streamlined my entire portfolio management", quote:
|
||||
"PropertyHub has been a game-changer for managing my multiple properties. The OTP login is secure, property verification is seamless, and rent collection is now automated. I save hours every month!", name: "Rajesh Kumar", role: "Property Owner & Developer", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVk3fnp7cJD9dmblLoxcvKIRoA/a-professional-headshot-of-a-property-ow-1772685459257-9737d4c4.png", imageAlt: "Rajesh Kumar"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Efficient tenant management and tracking",
|
||||
quote:
|
||||
"The tenant management features are outstanding. I can track tenant information, lease details, and communication history all in one place. It's made organizing everything incredibly simple.",
|
||||
name: "Priya Sharma",
|
||||
role: "Real Estate Manager",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVk3fnp7cJD9dmblLoxcvKIRoA/a-professional-headshot-of-a-different-p-1772685457764-f8b26b1b.png",
|
||||
imageAlt: "Priya Sharma",
|
||||
},
|
||||
id: "2", title: "Efficient tenant management and tracking", quote:
|
||||
"The tenant management features are outstanding. I can track tenant information, lease details, and communication history all in one place. It's made organizing everything incredibly simple.", name: "Priya Sharma", role: "Real Estate Manager", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVk3fnp7cJD9dmblLoxcvKIRoA/a-professional-headshot-of-a-different-p-1772685457764-f8b26b1b.png", imageAlt: "Priya Sharma"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Revenue tracking made easy",
|
||||
quote:
|
||||
"The revenue and rent collection dashboard gives me complete visibility into my property income. No more manual tracking or missed payments. The analytics help me make better decisions.",
|
||||
name: "Vikram Patel",
|
||||
role: "Portfolio Manager",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVk3fnp7cJD9dmblLoxcvKIRoA/a-professional-headshot-of-another-prope-1772685457866-5991f264.png",
|
||||
imageAlt: "Vikram Patel",
|
||||
},
|
||||
id: "3", title: "Revenue tracking made easy", quote:
|
||||
"The revenue and rent collection dashboard gives me complete visibility into my property income. No more manual tracking or missed payments. The analytics help me make better decisions.", name: "Vikram Patel", role: "Portfolio Manager", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVk3fnp7cJD9dmblLoxcvKIRoA/a-professional-headshot-of-another-prope-1772685457866-5991f264.png", imageAlt: "Vikram Patel"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Perfect for property verification",
|
||||
quote:
|
||||
"The property verification process with image upload and address proof is quick and reliable. It's helped me establish property authenticity without any hassle or delays.",
|
||||
name: "Aisha Khan",
|
||||
role: "Real Estate Consultant",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVk3fnp7cJD9dmblLoxcvKIRoA/a-professional-headshot-of-a-real-estate-1772685457990-b525505e.png",
|
||||
imageAlt: "Aisha Khan",
|
||||
},
|
||||
id: "4", title: "Perfect for property verification", quote:
|
||||
"The property verification process with image upload and address proof is quick and reliable. It's helped me establish property authenticity without any hassle or delays.", name: "Aisha Khan", role: "Real Estate Consultant", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVk3fnp7cJD9dmblLoxcvKIRoA/a-professional-headshot-of-a-real-estate-1772685457990-b525505e.png", imageAlt: "Aisha Khan"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -260,41 +196,23 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How do I login to PropertyHub?",
|
||||
content:
|
||||
"PropertyHub uses secure mobile OTP authentication for login. Simply enter your registered phone number, verify the OTP sent to your mobile, and you're logged in. This ensures maximum security for your account.",
|
||||
},
|
||||
id: "1", title: "How do I login to PropertyHub?", content:
|
||||
"PropertyHub uses secure mobile OTP authentication for login. Simply enter your registered phone number, verify the OTP sent to your mobile, and you're logged in. This ensures maximum security for your account."},
|
||||
{
|
||||
id: "2",
|
||||
title: "What information is needed to list a property?",
|
||||
content:
|
||||
"To list a property, you'll need: property address, floor details, number of rooms with bed counts, amenities, rental price, and property images. You can also add a floor plan and detailed descriptions to attract more tenants.",
|
||||
},
|
||||
id: "2", title: "What information is needed to list a property?", content:
|
||||
"To list a property, you'll need: property address, floor details, number of rooms with bed counts, amenities, rental price, and property images. You can also add a floor plan and detailed descriptions to attract more tenants."},
|
||||
{
|
||||
id: "3",
|
||||
title: "How does property verification work?",
|
||||
content:
|
||||
"Property verification is a simple 2-step process: Upload clear images of your property from multiple angles, and provide address proof documents (utility bill, lease agreement, etc.). Our team reviews these within 24-48 hours.",
|
||||
},
|
||||
id: "3", title: "How does property verification work?", content:
|
||||
"Property verification is a simple 2-step process: Upload clear images of your property from multiple angles, and provide address proof documents (utility bill, lease agreement, etc.). Our team reviews these within 24-48 hours."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Can I track multiple properties in one account?",
|
||||
content:
|
||||
"Yes! PropertyHub allows you to manage unlimited properties from a single account. You can organize them by location, type, or status, and track each property's performance separately.",
|
||||
},
|
||||
id: "4", title: "Can I track multiple properties in one account?", content:
|
||||
"Yes! PropertyHub allows you to manage unlimited properties from a single account. You can organize them by location, type, or status, and track each property's performance separately."},
|
||||
{
|
||||
id: "5",
|
||||
title: "How does the rent collection system work?",
|
||||
content:
|
||||
"PropertyHub integrates with major payment gateways to automate rent collection. Set up automated reminders for tenants, track payment status in real-time, and receive payments directly to your bank account.",
|
||||
},
|
||||
id: "5", title: "How does the rent collection system work?", content:
|
||||
"PropertyHub integrates with major payment gateways to automate rent collection. Set up automated reminders for tenants, track payment status in real-time, and receive payments directly to your bank account."},
|
||||
{
|
||||
id: "6",
|
||||
title: "What features help with tenant management?",
|
||||
content:
|
||||
"Our tenant management system includes: detailed tenant profiles, lease tracking, contact management, communication history, payment records, and verification status. Everything is organized in one accessible dashboard.",
|
||||
},
|
||||
id: "6", title: "What features help with tenant management?", content:
|
||||
"Our tenant management system includes: detailed tenant profiles, lease tracking, contact management, communication history, payment records, and verification status. Everything is organized in one accessible dashboard."},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVk3fnp7cJD9dmblLoxcvKIRoA/a-customer-support-illustration-showing--1772685458447-c7cca63f.png?_wi=1"
|
||||
imageAlt="Customer support assistance"
|
||||
@@ -331,8 +249,7 @@ export default function HomePage() {
|
||||
copyrightText="© 2025 PropertyHub. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{ label: "Features", href: "features" },
|
||||
{ label: "Pricing", href: "pricing" },
|
||||
{ label: "Dashboard", href: "dashboard" },
|
||||
@@ -340,8 +257,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "#" },
|
||||
{ label: "Blog", href: "#" },
|
||||
{ label: "Careers", href: "#" },
|
||||
@@ -349,8 +265,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Cookie Policy", href: "#" },
|
||||
@@ -362,4 +277,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user