From 7a6111477b8a1de3d60bd88ce4797bce44c7ca97 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 02:15:20 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 8542001..3d511b8 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -5,7 +5,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout"; import ContactCenter from "@/components/sections/contact/ContactCenter"; -import FeatureCardEight from "@/components/sections/feature/FeatureCardEight"; +import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia"; import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; export default function ContactPage() { @@ -94,20 +94,22 @@ export default function ContactPage() {
- @@ -122,4 +124,4 @@ export default function ContactPage() {
); -} +} \ No newline at end of file