From 33a6167b46554a80a297c2daa98febf95b68e50b Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 18:35:53 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 3b1a29a..b3a0e87 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -18,8 +18,7 @@ export default function ContactPage() { const footerColumns = [ { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Services", href: "/services" }, { label: "Portfolio", href: "/portfolio" }, @@ -27,8 +26,7 @@ export default function ContactPage() { ], }, { - title: "Quick Links", - items: [ + title: "Quick Links", items: [ { label: "Book Consultation", href: "#consultation" }, { label: "Contact Us", href: "/contact" }, { label: "WhatsApp Chat", href: "https://wa.me/91XXXXXXXXXX" }, @@ -36,8 +34,7 @@ export default function ContactPage() { ], }, { - title: "Service Area", - items: [ + title: "Service Area", items: [ { label: "Electronic City, Bangalore", href: "#" }, { label: "Nearby Areas", href: "#" }, { label: "Service Guarantee", href: "#" }, @@ -83,12 +80,12 @@ export default function ContactPage() { description="Let's discuss your interior design needs, budget, and timeline. Our experts will provide personalized solutions tailored to your home and lifestyle." tagIcon={Sparkles} background={{ - variant: "sparkles-gradient", - }} + variant: "sparkles-gradient"}} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/woman-working-while-pregnant_23-2149248121.jpg?_wi=4" + imageSrc="http://img.b2bpic.net/free-photo/woman-working-while-pregnant_23-2149248121.jpg" imageAlt="Interior design consultation" mediaPosition="right" + mediaAnimation="none" inputPlaceholder="Enter your email address" buttonText="Get Free Consultation" termsText="We respect your privacy. Unsubscribe anytime. We'll contact you via email to schedule your free consultation." -- 2.49.1