From 00c1f082b62e1d8a7565e7eba3dfc798c656e06d Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 17:20:08 +0000 Subject: [PATCH] Switch to version 14: modified src/app/contact/page.tsx --- src/app/contact/page.tsx | 120 ++++++++++++++++++++++++++------------- 1 file changed, 79 insertions(+), 41 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index e1fad7c..cf545e4 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -1,10 +1,9 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen"; -import ContactForm from "@/components/form/ContactForm"; +import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple"; +import ContactText from "@/components/sections/contact/ContactText"; import FooterCard from "@/components/sections/footer/FooterCard"; -import { Mail, Twitter, Linkedin } from "lucide-react"; export default function ContactPage() { return ( @@ -12,59 +11,98 @@ export default function ContactPage() { defaultButtonVariant="hover-magnetic" defaultTextAnimation="entrance-slide" borderRadius="rounded" - contentWidth="medium" - sizing="medium" - background="none" - cardStyle="solid" + contentWidth="mediumLarge" + sizing="largeSmall" + background="aurora" + cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="glass" - headingFontWeight="semibold" + headingFontWeight="bold" > -
-
- console.log("Email:", email)} - /> +
+ window.open("https://calendly.com/billiclipd", "_blank") }, + { text: "Back to Home", href: "/" }, + ]} + background={{ variant: "sparkles-gradient" }} + useInvertedBackground={false} + /> +
+ +
+
+
+

Let's Connect

+

+ Fill out the form below or reach out directly. We typically respond within 24 hours. +

+
+
+ + +
+
+ + +
+
+ +