From ea95df8229dfe31fde04cfbd1fd8932fcf3923b6 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 03:36:08 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index bcbdf00..a32ad7c 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -13,13 +13,6 @@ import { import Link from "next/link"; export default function ContactPage() { - const navItems = [ - { name: "Home", id: "/" }, - { name: "About", id: "/about" }, - { name: "Services", id: "/services" }, - { name: "Contact", id: "/contact" }, - ]; - const footerColumns = [ { items: [ @@ -70,7 +63,7 @@ export default function ContactPage() { borderRadius="soft" contentWidth="mediumSmall" sizing="largeSizeMediumTitles" - background="grid" + background="circleGradient" cardStyle="soft-shadow" primaryButtonStyle="flat" secondaryButtonStyle="layered" @@ -93,7 +86,7 @@ export default function ContactPage() {