Update src/app/contact/page.tsx
This commit is contained in:
@@ -15,7 +15,6 @@ export default function ContactPage() {
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Gallery", id: "gallery" },
|
||||
{ name: "Reviews", id: "reviews" },
|
||||
{ name: "FAQ", id: "faq" },
|
||||
];
|
||||
|
||||
const footerColumns = [
|
||||
@@ -30,7 +29,6 @@ export default function ContactPage() {
|
||||
{
|
||||
title: "Customer", items: [
|
||||
{ label: "Reviews", href: "/reviews" },
|
||||
{ label: "FAQ", href: "/faq" },
|
||||
{ label: "Get a Quote", href: "/contact" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user