Merge version_2 into main #5

Merged
bender merged 1 commits from version_2 into main 2026-03-09 19:02:15 +00:00

View File

@@ -16,25 +16,25 @@ export default function HomePage() {
const navItems = [
{ name: "Home", id: "/" },
{ name: "Services", id: "/services" },
{ name: "About", id: "about" },
{ name: "Reviews", id: "reviews" },
{ name: "Contact", id: "contact" },
{ name: "About", id: "#about" },
{ name: "Reviews", id: "#reviews" },
{ name: "Contact", id: "#contact" },
];
const footerColumns = [
{
title: "Services", items: [
{ label: "Tax Preparation", href: "/services" },
{ label: "Bookkeeping", href: "/services" },
{ label: "Business Accounting", href: "/services" },
{ label: "Tax Consulting", href: "/services" },
{ label: "Tax Preparation", href: "#services" },
{ label: "Bookkeeping", href: "#services" },
{ label: "Business Accounting", href: "#services" },
{ label: "Tax Consulting", href: "#services" },
],
},
{
title: "Company", items: [
{ label: "About Us", href: "#about" },
{ label: "About Us", href: "#trust" },
{ label: "Contact", href: "#contact" },
{ label: "Reviews", href: "#reviews" },
{ label: "Reviews", href: "#testimonials" },
{ label: "FAQ", href: "#faq" },
],
},