Merge version_1 into main #2
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user