Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3c14795dcc | |||
| 210466eeb5 | |||
| 7235a44357 | |||
| 71d3d5d164 | |||
| ff6ce62886 | |||
| eb654ae5ad |
@@ -16,25 +16,25 @@ export default function HomePage() {
|
|||||||
const navItems = [
|
const navItems = [
|
||||||
{ name: "Home", id: "/" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "Services", id: "/services" },
|
{ name: "Services", id: "/services" },
|
||||||
{ name: "About", id: "about" },
|
{ name: "About", id: "#about" },
|
||||||
{ name: "Reviews", id: "reviews" },
|
{ name: "Reviews", id: "#reviews" },
|
||||||
{ name: "Contact", id: "contact" },
|
{ name: "Contact", id: "#contact" },
|
||||||
];
|
];
|
||||||
|
|
||||||
const footerColumns = [
|
const footerColumns = [
|
||||||
{
|
{
|
||||||
title: "Services", items: [
|
title: "Services", items: [
|
||||||
{ label: "Tax Preparation", href: "/services" },
|
{ label: "Tax Preparation", href: "#services" },
|
||||||
{ label: "Bookkeeping", href: "/services" },
|
{ label: "Bookkeeping", href: "#services" },
|
||||||
{ label: "Business Accounting", href: "/services" },
|
{ label: "Business Accounting", href: "#services" },
|
||||||
{ label: "Tax Consulting", href: "/services" },
|
{ label: "Tax Consulting", href: "#services" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company", items: [
|
title: "Company", items: [
|
||||||
{ label: "About Us", href: "#about" },
|
{ label: "About Us", href: "#trust" },
|
||||||
{ label: "Contact", href: "#contact" },
|
{ label: "Contact", href: "#contact" },
|
||||||
{ label: "Reviews", href: "#reviews" },
|
{ label: "Reviews", href: "#testimonials" },
|
||||||
{ label: "FAQ", href: "#faq" },
|
{ label: "FAQ", href: "#faq" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user