From 29557221d233f3d15e8771be5101c08aca9e91b6 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 06:34:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d8c21b2..e71f810 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -37,7 +37,7 @@ export default function LandingPage() { { name: "Finance", id: "#finance" }, { name: "Contact", id: "#contact" }, ]} - brandName="RoofFin Solutions" + brandName="RoofFinCo.com" /> @@ -157,10 +157,10 @@ export default function LandingPage() { { title: "Company", items: [{ label: "About", href: "#about" }, { label: "Contact", href: "#contact" }] }, { title: "Services", items: [{ label: "Roofing", href: "#services" }, { label: "Finance", href: "#finance" }] }, ]} - logoText="RoofFin Solutions" + logoText="RoofFinCo.com" /> ); -} +} \ No newline at end of file -- 2.49.1