From f8f6f22c06af5ba17329abec9410037680263439 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 16:25:54 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index a8e04ea..23b4908 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -3,7 +3,7 @@ import { useState } from "react"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; -import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; +import FooterCard from "@/components/sections/footer/FooterCard"; import ReactLenis from "lenis/react"; export default function ContactPage() { @@ -48,14 +48,12 @@ export default function ContactPage() { - ); -} \ No newline at end of file +}