Update src/app/contact/page.tsx
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user