diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 5ad827c..1d27ab6 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -19,8 +19,7 @@ export default function ContactPage() { const footerColumns = [ { - title: "Services", - items: [ + title: "Services", items: [ { label: "Cosmetic Dentistry", href: "#cosmetic" }, { label: "Restorative Care", href: "#restorative" }, { label: "Orthodontics", href: "#ortho" }, @@ -28,8 +27,7 @@ export default function ContactPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Our Team", href: "/about" }, { label: "Blog", href: "#blog" }, @@ -37,8 +35,7 @@ export default function ContactPage() { ], }, { - title: "Support", - items: [ + title: "Support", items: [ { label: "Patient Resources", href: "#resources" }, { label: "FAQs", href: "#faq" }, { label: "Appointment", href: "/contact" }, @@ -46,8 +43,7 @@ export default function ContactPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#privacy" }, { label: "Terms of Service", href: "#terms" }, { label: "HIPAA", href: "#hipaa" }, @@ -63,7 +59,7 @@ export default function ContactPage() { borderRadius="pill" contentWidth="smallMedium" sizing="mediumLargeSizeMediumTitles" - background="aurora" + background="circleGradient" cardStyle="layered-gradient" primaryButtonStyle="primary-glow" secondaryButtonStyle="solid" @@ -74,9 +70,7 @@ export default function ContactPage() { brandName="Luminous Dental" navItems={navItems} button={{ - text: "Book Appointment", - href: "/contact", - }} + text: "Book Appointment", href: "/contact"}} animateOnLoad={true} navItemClassName="text-foreground font-light hover:text-primary-cta transition-colors" buttonClassName="bg-primary-cta hover:shadow-lg transition-all" @@ -91,7 +85,7 @@ export default function ContactPage() { description="Join thousands of satisfied patients who have discovered their ideal smile. Our appointment coordinators are ready to find the perfect time for your visit." tagIcon={Calendar} tagAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "plain" }} useInvertedBackground={true} inputPlaceholder="Enter your email address" buttonText="Request Appointment" @@ -114,15 +108,10 @@ export default function ContactPage() {