Update src/app/contact/page.tsx

This commit is contained in:
2026-03-03 06:47:13 +00:00
parent dcbd6ac5d3
commit a8c149eb06

View File

@@ -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" },