Update src/app/contact/page.tsx

This commit is contained in:
2026-04-21 09:02:33 +00:00
parent 7fa54e5793
commit 8bfbdb4703

View File

@@ -9,7 +9,7 @@ import FooterCard from '@/components/sections/footer/FooterCard';
export default function ContactPage() {
return (
<ThemeProvider>
<ThemeProvider defaultButtonVariant="text-stagger" defaultTextAnimation="entrance-slide" borderRadius="rounded" contentWidth="medium" sizing="medium" background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="normal">
<ReactLenis root>
<NavbarLayoutFloatingInline
navItems={[
@@ -19,6 +19,7 @@ export default function ContactPage() {
{ name: "Contact", id: "/contact" },
]}
brandName="GG Goldhair"
button={{ text: "Book", href: "/booking" }}
/>
<div className="pt-32 pb-20">
<FaqSplitMedia
@@ -29,10 +30,13 @@ export default function ContactPage() {
{ id: "f2", title: "What are your hours?", content: "Tue-Sat: 10AM - 7PM, Sun-Mon: Closed." },
]}
faqsAnimation="slide-up"
textboxLayout="split"
useInvertedBackground={false}
/>
<ContactText
text="Visit us for a consultation or give us a call to learn more."
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
/>
</div>
<FooterCard logoText="GG Goldhair" />