Update src/app/layout.tsx

This commit is contained in:
2026-03-03 18:05:24 +00:00
parent e6814abdec
commit db710ae371

View File

@@ -5,7 +5,8 @@ import "./globals.css";
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Section8Assistant - Section 8 Real Estate Investing Platform", description: "The complete platform for beginner Section 8 real estate investors. Browse verified rental properties, analyze ROI with real HUD data, manage portfolios, hire property managers, and track tenants."};
title: "Section8Assistant - Section 8 Real Estate Investing Platform", description: "The complete platform for beginner Section 8 real estate investors. Browse verified rental properties, analyze ROI with real HUD data, manage portfolios, hire property managers, and track tenants."
};
export default function RootLayout({
children,