diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 1c57df3..7397a6e 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import FooterSimple from '@/components/sections/footer/FooterSimple'; -import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour'; export default function GalleryPage() { const navItems = [ @@ -37,12 +37,17 @@ export default function GalleryPage() {