diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 0ef1a21..fb4e6da 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -14,17 +14,17 @@ const inter = Inter({ }); export const metadata: Metadata = { - title: "PropertyFlow | Job Management & Measurement Tools for Workers", description: "PropertyFlow is a comprehensive property management platform helping maintenance workers track jobs, complete checklists, and access measurement tools in one easy-to-use app.", keywords: "property management, job tracking, maintenance management, checklists, measurement tools, worker app", metadataBase: new URL("https://propertyflow.app"), + title: "PropertyFlow | Personal Job Management & Measurement Tools", description: "PropertyFlow is your personal property management platform for tracking jobs, completing checklists, and accessing measurement tools in one easy-to-use app.", keywords: "job tracking, personal management, checklists, measurement tools, app", metadataBase: new URL("https://propertyflow.app"), alternates: { canonical: "https://propertyflow.app"}, openGraph: { - title: "PropertyFlow | Streamline Property Maintenance Jobs", description: "Manage jobs, track checklists, and access measurement tools all in one platform.", url: "https://propertyflow.app", siteName: "PropertyFlow", type: "website", images: [ + title: "PropertyFlow | Personal Job Management", description: "Manage jobs, track checklists, and access measurement tools all in one platform.", url: "https://propertyflow.app", siteName: "PropertyFlow", type: "website", images: [ { url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVctZdpRo0PCcnr6XMUhzEhfL2/a-modern-property-management-dashboard-i-1772681607823-3fca2c54.png", alt: "PropertyFlow dashboard interface"}, ], }, twitter: { - card: "summary_large_image", title: "PropertyFlow | Job Management Platform", description: "All-in-one platform for property maintenance workers", images: [ + card: "summary_large_image", title: "PropertyFlow | Personal Job Management", description: "All-in-one personal job management platform", images: [ "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVctZdpRo0PCcnr6XMUhzEhfL2/a-modern-property-management-dashboard-i-1772681607823-3fca2c54.png"], }, robots: { @@ -41,9 +41,7 @@ export default function RootLayout({ return ( - + {children} diff --git a/src/app/page.tsx b/src/app/page.tsx index c874ce3..1e566c8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { { name: "Contact", id: "contact" }, ]} brandName="PropertyFlow" - button={{ text: "Get Started", href: "#contact" }} + button={{ text: "Login", href: "#contact" }} animateOnLoad={true} /> @@ -56,8 +56,8 @@ export default function LandingPage() {