Update src/app/contact/page.tsx

This commit is contained in:
2026-03-08 11:23:58 +00:00
parent f814d03265
commit c4eca4e347

View File

@@ -17,32 +17,28 @@ export default function ContactPage() {
const footerColumns = [
{
title: "Product",
items: [
title: "Product", items: [
{ label: "Web Development", href: "/services" },
{ label: "Website Redesign", href: "/services" },
{ label: "Maintenance", href: "/services" },
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Portfolio", href: "/portfolio" },
{ label: "Contact", href: "/contact" },
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Blog", href: "#" },
{ label: "FAQ", href: "#" },
{ label: "Support", href: "/contact" },
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
],
@@ -67,9 +63,7 @@ export default function ContactPage() {
brandName="ADR"
navItems={navItems}
button={{
text: "Get Your Website Quote",
href: "/contact",
}}
text: "Get Your Website Quote", href: "/contact"}}
/>
</div>
@@ -79,17 +73,12 @@ export default function ContactPage() {
animationType="reveal-blur"
buttons={[
{
text: "Get Your Website Quote",
href: "/contact",
},
text: "Get Your Website Quote", href: "/contact"},
{
text: "Call Now",
href: "tel:+1-555-0100",
},
text: "Call Now", href: "tel:+1-555-0100"},
]}
background={{
variant: "circleGradient",
}}
variant: "plain"}}
useInvertedBackground={false}
/>
</div>