diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx
index adcc12d..09f0a9f 100644
--- a/src/app/gallery/page.tsx
+++ b/src/app/gallery/page.tsx
@@ -1,58 +1,50 @@
"use client";
-import ReactLenis from "lenis/react";
-import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
-import FeatureCardMedia from "@/components/sections/feature/FeatureCardMedia";
-import FooterCard from "@/components/sections/footer/FooterCard";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
-import { Instagram, Facebook, Linkedin } from "lucide-react";
+import FeatureCardSeven from "@/components/sections/feature/FeatureCardSeven";
+import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
export default function GalleryPage() {
- return (
-
-
-
-
-
-
-
- );
+ return (
+
+
+
+
+
+
+
+
+ );
}
\ No newline at end of file