From 0a333b5a0b96bf8c16eb4257b97039d8835beb75 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 17:20:25 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 30 +++++------------------------- 1 file changed, 5 insertions(+), 25 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 01bed6b..a93ea0d 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -2,11 +2,9 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCenter from '@/components/sections/contact/ContactCenter'; +import ContactText from '@/components/sections/contact/ContactText'; import FooterMedia from '@/components/sections/footer/FooterMedia'; -import LegalSection from '@/components/legal/LegalSection'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import Link from "next/link"; export default function ContactPage() { return ( @@ -27,11 +25,6 @@ export default function ContactPage() {
- -
- - @@ -63,8 +44,7 @@ export default function ContactPage() { imageSrc="http://img.b2bpic.net/free-photo/dark-blue-paint-with-shade-background_53876-128599.jpg" logoText="Sartorial Jodhpur" columns={[ - { title: "Navigation", items: [{ label: "Home", href: "/" }, { label: "About", href: "/about" }] }, - { title: "Categories", items: [{ label: "Formal", href: "/formal" }, { label: "Casual", href: "/casual" }] }, + { title: "Navigation", items: [{ label: "Home", href: "/" }, { label: "Contact", href: "/contact" }] }, ]} /> -- 2.49.1