2 Commits

Author SHA1 Message Date
bd63460213 Update src/app/page.tsx 2026-04-17 08:22:18 +00:00
f3754c1408 Merge version_5 into main
Merge version_5 into main
2026-04-17 08:18:42 +00:00

View File

@@ -40,7 +40,7 @@ export default function LandingPage() {
{ name: "FAQ", id: "faq" },
{ name: "Contact", id: "contact" }
]}
brandName="Reed Property Solutions LLC"
brandName="Reedpropertysolutionsllc.com"
/>
</div>
@@ -191,7 +191,7 @@ export default function LandingPage() {
{ items: [{ label: "Home", href: "#hero" }, { label: "Services", href: "#services" }, { label: "Contact", href: "#contact" }] },
{ items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] }
]}
logoText="Reed Property Solutions LLC"
logoText="Reedpropertysolutionsllc.com"
/>
</div>
</ReactLenis>