From c4a577a50cba808db2a6fcf9148c62b4ead6cf96 Mon Sep 17 00:00:00 2001 From: development Date: Thu, 29 Jan 2026 18:34:25 +0000 Subject: [PATCH 1/2] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: [ From 977bbd9aec5cfff336a209348d480195888a305a Mon Sep 17 00:00:00 2001 From: development Date: Thu, 29 Jan 2026 18:34:26 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 1 - 1 file changed, 1 deletion(-) 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";