diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index c5fef50..c669e5d 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -6,7 +6,7 @@ import ContactCenter from "@/components/sections/contact/ContactCenter";
import FaqDouble from "@/components/sections/faq/FaqDouble";
import FooterSimple from "@/components/sections/footer/FooterSimple";
import Link from "next/link";
-import { Phone } from "lucide-react";
+import { Phone, HelpCircle } from "lucide-react";
export default function ContactPage() {
const navItems = [
@@ -18,8 +18,7 @@ export default function ContactPage() {
const footerColumns = [
{
- title: "Quick Links",
- items: [
+ title: "Quick Links", items: [
{ label: "Home", href: "/" },
{ label: "About Us", href: "/about" },
{ label: "Gallery", href: "/gallery" },
@@ -27,8 +26,7 @@ export default function ContactPage() {
],
},
{
- title: "Events",
- items: [
+ title: "Events", items: [
{ label: "Weddings", href: "#" },
{ label: "Engagements", href: "#" },
{ label: "Corporate Events", href: "#" },
@@ -37,16 +35,14 @@ export default function ContactPage() {
],
},
{
- title: "Contact Info",
- items: [
+ title: "Contact Info", items: [
{ label: "📞 Call: +91 98765 43210", href: "tel:+919876543210" },
{ label: "💬 WhatsApp: +91 98765 43210", href: "https://wa.me/919876543210" },
{ label: "📍 Proddatur, Andhra Pradesh", href: "https://maps.google.com/?q=SH+317+Bollavaram+Proddatur" },
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms & Conditions", href: "#" },
{ label: "Cancellation Policy", href: "#" },
@@ -75,9 +71,7 @@ export default function ContactPage() {
id: item.id,
}))}
button={{
- text: "📞 Call Now",
- href: "tel:+919876543210",
- }}
+ text: "📞 Call Now", href: "tel:+919876543210"}}
animateOnLoad={true}
/>
@@ -101,50 +95,26 @@ export default function ContactPage() {
@@ -86,40 +80,20 @@ export default function GalleryPage() {