From bd63460213f99a30fa6a7a3e314f6c6d03581f53 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 08:22:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index eff94ed..57553db 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -40,7 +40,7 @@ export default function LandingPage() { { name: "FAQ", id: "faq" }, { name: "Contact", id: "contact" } ]} - brandName="Reed Property Solutions LLC" + brandName="Reedpropertysolutionsllc.com" /> @@ -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" /> -- 2.49.1