Update src/app/contact/page.tsx

This commit is contained in:
2026-03-10 16:15:37 +00:00
parent f9b03957c1
commit 3cf52c0b29

View File

@@ -5,6 +5,7 @@ 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 (
@@ -39,7 +40,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: "circleGradient" }}
background={{ variant: "radial-gradient" }}
buttons={[
{
text: "Get in Touch", href: "#contact-form"