diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 8f69b73..3399b79 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -107,7 +107,7 @@ export default function ContactPage() { { label: "Team", href: "/team" }, { label: "Guest Reviews", href: "/testimonials" }, { label: "FAQ", href: "/faq" } - } + ] }, { items: [ diff --git a/src/app/page.tsx b/src/app/page.tsx index 43c0052..4c80f37 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,6 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne'; import FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; import TeamCardFive from '@/components/sections/team/TeamCardFive'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import Link from "next/link";