diff --git a/app/about/page.tsx b/app/about/page.tsx index 6d1bb4c..20e6d14 100644 --- a/app/about/page.tsx +++ b/app/about/page.tsx @@ -8,7 +8,6 @@ import { Instagram, TrendingUp } from "lucide-react"; -import Footer from "@/components/Footer"; import { Metadata } from "next"; export const metadata: Metadata = { @@ -259,8 +258,6 @@ export default function AboutPage() { - -