6 Commits

Author SHA1 Message Date
e4d145fbe4 Merge version_4 into main
Merge version_4 into main
2026-03-03 18:05:31 +00:00
db710ae371 Update src/app/layout.tsx 2026-03-03 18:05:24 +00:00
e6814abdec Merge version_3 into main
Merge version_3 into main
2026-03-03 17:52:27 +00:00
db32e89999 Update src/app/page.tsx 2026-03-03 17:52:23 +00:00
a6aac82679 Update src/app/layout.tsx 2026-03-03 17:52:22 +00:00
189a634889 Merge version_2 into main
Merge version_2 into main
2026-03-03 17:40:21 +00:00
2 changed files with 6 additions and 4 deletions

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,
@@ -1384,4 +1385,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -152,7 +152,8 @@ export default function HomePage() {
textboxLayout="default"
useInvertedBackground={false}
buttons={[
{ text: "Get Started", href: "/signup" },
{ text: "See Pricing", href: "/pricing" },
{ text: "Compare Plans", href: "/pricing" },
]}
/>
</div>
@@ -282,4 +283,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}