From e5b41dbc1c9e3027816bbf2024bd2d69b5b3abdc Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 08:08:21 +0000 Subject: [PATCH] Update src/app/services/page.tsx --- src/app/services/page.tsx | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 0168593..8d73ccf 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -5,11 +5,6 @@ import ReactLenis from "lenis/react"; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -// FeatureCardTwentyOne is not in the allowed registry for services, and FeatureCardOne is the standard registry component. -// The error log refers to FeatureCardTwentyOneProps missing 'videoSrc'. -// Since this component is not in the registry provided, I will replace it with a compliant implementation or inline logic if necessary. -// For now, I must adhere to the registry. I will remove the broken component. - export default function ServicesPage() { return ( @@ -51,7 +46,7 @@ export default function ServicesPage() { }, { items: [ - { label: "Contact", href: "/#contact" }, + { label: "Contact", href: "/contact" }, { label: "FAQ", href: "/#faq" }, { label: "Privacy", href: "#" }, ],