From 67b7302459ee92a0e69f2d44b875ae9b36708db4 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 12:11:15 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 106 +++++++++++++++++++-------------------- 1 file changed, 51 insertions(+), 55 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 1095aa8..760702b 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -2,9 +2,10 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; -import ContactCenter from "@/components/sections/contact/ContactCenter"; +import ContactCTA from "@/components/sections/contact/ContactCTA"; +import ContactFaq from "@/components/sections/contact/ContactFaq"; import FooterSimple from "@/components/sections/footer/FooterSimple"; -import { Mail, MapPin, Phone, MessageCircle } from "lucide-react"; +import { Phone, Mail, MapPin, MessageCircle } from "lucide-react"; export default function ContactPage() { return ( @@ -14,7 +15,7 @@ export default function ContactPage() { borderRadius="rounded" contentWidth="compact" sizing="mediumLargeSizeMediumTitles" - background="noise" + background="circleGradient" cardStyle="inset" primaryButtonStyle="double-inset" secondaryButtonStyle="solid" @@ -24,10 +25,11 @@ export default function ContactPage() { -
- + console.log("Email submitted:", email)} />
-
-
-
-
-
-
- -
-
-

Email

-

support@airpods.com

-

We'll respond within 24 hours

-
-
- -
-
- -
-
-

Phone

-

1-800-MY-APPLE

-

Available Monday to Friday, 9am-6pm EST

-
-
- -
-
- -
-
-

Visit Us

-

Apple Retail Stores

-

Find your nearest store worldwide

-
-
-
-
-
+
+