From a8c149eb06b7716dbd1ff5107425ff8143c61184 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 06:47:13 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 55dc25b..22a7aa0 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -16,7 +16,7 @@ export default function ContactPage() { borderRadius="pill" contentWidth="medium" sizing="medium" - background="aurora" + background="circleGradient" cardStyle="layered-gradient" primaryButtonStyle="flat" secondaryButtonStyle="glass" @@ -43,7 +43,7 @@ export default function ContactPage() { tag="Get in Touch" tagIcon={Camera} tagAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "plain" }} imageSrc="http://img.b2bpic.net/free-photo/table-with-content-creator-stuff-camera-microphone-tripod-headphones-working-from-home_1268-17410.jpg" imageAlt="Post Productionss contact - studio workspace" imagePosition="right" @@ -80,8 +80,7 @@ export default function ContactPage() { copyrightText="© 2025 Post Productionss. All moments deserve to be preserved." columns={[ { - title: "Services", - items: [ + title: "Services", items: [ { label: "Wedding Photography", href: "/services" }, { label: "Event Coverage", href: "/services" }, { label: "Videography", href: "/services" }, @@ -89,8 +88,7 @@ export default function ContactPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Our Portfolio", href: "/portfolio" }, { label: "Meet Our Team", href: "/team" }, @@ -98,8 +96,7 @@ export default function ContactPage() { ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { label: "Contact Us", href: "/contact" }, { label: "Instagram", href: "https://instagram.com/postproductionss" }, { label: "WhatsApp", href: "https://wa.me/6281234567890" },