From 6b3486deaa7d12dcce32fd7fc8b6418ee1241f73 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 13:48:04 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index d3cb2d1..7711c79 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -1,17 +1,17 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import ContactSplit from '@/components/sections/contact/ContactSplit'; -import FooterCard from '@/components/sections/footer/FooterCard'; +import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple"; +import ContactSplit from "@/components/sections/contact/ContactSplit"; +import FooterCard from "@/components/sections/footer/FooterCard"; import { Phone, Facebook, Instagram, Linkedin, Twitter } from "lucide-react"; export default function ContactPage() { const navItems = [ { name: "Home", id: "/" }, - { name: "About", id: "about" }, - { name: "Services", id: "services" }, - { name: "Gallery", id: "gallery" }, + { name: "About", id: "/about" }, + { name: "Services", id: "/services" }, + { name: "Gallery", id: "/gallery" }, { name: "Pricing", id: "/pricing" }, { name: "Contact", id: "/contact" } ]; @@ -61,7 +61,7 @@ export default function ContactPage() { tagIcon={Phone} title="Ready to Book Your Event?" description="Contact our team today to discuss your event requirements. We're here to make your vision a reality." - background={{ variant: "sparkles-gradient" }} + background={{ variant: "radial-gradient" }} useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/elegant-wedding-reception-room-with-sea-view-through-windows_637285-8612.jpg?_wi=5" imageAlt="Contact us at Elegance Events Centre"