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