From e3f4387766d52dc4ab7a3506888fb9e8e2241378 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:35:25 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 83 ++++++++++++++++++++++++---------------- 1 file changed, 50 insertions(+), 33 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 72bc114..e3ad051 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -3,8 +3,9 @@ import Link from "next/link"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple"; -import HeroCarouselLogo from "@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo"; import ContactSplit from "@/components/sections/contact/ContactSplit"; +import MediaAbout from "@/components/sections/about/MediaAbout"; +import FeatureCardTwentySeven from "@/components/sections/feature/FeatureCardTwentySeven"; import FooterCard from "@/components/sections/footer/FooterCard"; import { Phone, MessageCircle, Mail } from "lucide-react"; @@ -13,7 +14,7 @@ const navItems = [ { name: "Products", id: "/products" }, { name: "Applications", id: "/applications" }, { name: "About", id: "/about" }, - { name: "Contact", id: "/contact" }, + { name: "Contact", id: "/contact" } ]; export default function ContactPage() { @@ -34,45 +35,61 @@ export default function ContactPage() { -
- -
- -
+
+
+ +
+ +
+ +
+ ); -} +} \ No newline at end of file