From c4227b91366e41259f8bfe03093471f8bae4ab4c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 06:35:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index e71f810..decea16 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,6 +35,7 @@ export default function LandingPage() { { name: "About", id: "#about" }, { name: "Services", id: "#services" }, { name: "Finance", id: "#finance" }, + { name: "FAQ", id: "#faq" }, { name: "Contact", id: "#contact" }, ]} brandName="RoofFinCo.com" @@ -156,8 +157,10 @@ export default function LandingPage() { columns={[ { title: "Company", items: [{ label: "About", href: "#about" }, { label: "Contact", href: "#contact" }] }, { title: "Services", items: [{ label: "Roofing", href: "#services" }, { label: "Finance", href: "#finance" }] }, + { title: "Support", items: [{ label: "FAQ", href: "#faq" }, { label: "Privacy", href: "#" }] }, ]} logoText="RoofFinCo.com" + copyrightText="© 2025 | RoofFinCo.com" /> -- 2.49.1