Update src/app/contact/page.tsx

This commit is contained in:
2026-03-10 16:16:58 +00:00
parent b76f344873
commit aa41b91e9a

View File

@@ -5,7 +5,6 @@ import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/Nav
import HeroLogoBillboardSplit from "@/components/sections/hero/HeroLogoBillboardSplit";
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
import Link from "next/link";
export default function ContactPage() {
return (
@@ -40,7 +39,7 @@ export default function ContactPage() {
<HeroLogoBillboardSplit
logoText="Contact Us"
description="Reach out with questions, comments, or to schedule your next appointment. We're here to help and look forward to connecting with you."
background={{ variant: "radial-gradient" }}
background={{ variant: "circleGradient" }}
buttons={[
{
text: "Get in Touch", href: "#contact-form"