Update src/app/services/page.tsx
This commit is contained in:
@@ -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 (
|
||||
<ThemeProvider
|
||||
@@ -32,7 +27,7 @@ export default function ServicesPage() {
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Work", id: "/#portfolio" },
|
||||
{ name: "Contact", id: "/#contact" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Faithful Story Studio"
|
||||
/>
|
||||
@@ -51,7 +46,7 @@ export default function ServicesPage() {
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ label: "Contact", href: "/#contact" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
{ label: "FAQ", href: "/#faq" },
|
||||
{ label: "Privacy", href: "#" },
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user