diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 993334e..aa06131 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -2,53 +2,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; +import HeroLogoBillboardSplit from "@/components/sections/hero/HeroLogoBillboardSplit"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterMedia from "@/components/sections/footer/FooterMedia"; -import Link from "next/link"; -import { Phone, Mail, MapPin } from "lucide-react"; +import { Phone } from "lucide-react"; export default function ContactPage() { - const navItems = [ - { name: "Home", id: "/" }, - { name: "Services", id: "/services" }, - { name: "Why Us", id: "/about" }, - { name: "Reviews", id: "#testimonials" }, - { name: "Contact", id: "/contact" }, - ]; - - const footerColumns = [ - { - title: "Services", - items: [ - { label: "Chair Dry Cleaning", href: "/" }, - { label: "Deep Cleaning", href: "/" }, - { label: "Sofa Cleaning", href: "/" }, - { label: "Carpet Cleaning", href: "/" }, - { label: "Commercial Cleaning", href: "/" }, - ], - }, - { - title: "Company", - items: [ - { label: "About Us", href: "/" }, - { label: "Service Areas", href: "/" }, - { label: "Reviews", href: "/" }, - { label: "Contact", href: "/contact" }, - { label: "Call: 087500 94616", href: "tel:087500-94616" }, - ], - }, - { - title: "Contact", - items: [ - { label: "Phone: 087500 94616", href: "tel:087500-94616" }, - { label: "Open 24 Hours", href: "#" }, - { label: "3rd Floor, Tower-C 319", href: "#" }, - { label: "Noida One IT Park, Sector 62", href: "#" }, - { label: "Noida, Uttar Pradesh 201309", href: "#" }, - ], - }, - ]; - return ( -
-
-
- - Contact Us - -
-

- Get in Touch with We Clean -

-

- Have questions about our cleaning services? Need a quote? We're here to help! Contact us now and our team will respond within hours. -

-
+
+
-
-
-
-
- -
-

Call Us

-

Available 24/7 for your cleaning needs

- - 087500 94616 - -
- -
-
- -
-

Email Us

-

Send us your inquiry and we'll respond quickly

- - info@weclean.in - -
- -
-
- -
-

Visit Us

-

- 3rd Floor, Tower-C 319
- Noida One IT Park, Sector 62
- Noida, Uttar Pradesh 201309 -

-
-
-
- -
-
-

Request a Free Quote

-

Fill out the form below and we'll contact you within 24 hours

- -
-
-
- - -
-
- - -
-
- -
- - -
- -
- - -
- -
- -