Update src/app/contact/page.tsx

This commit is contained in:
2026-04-08 20:47:45 +00:00
parent 54455e2be9
commit f83b1e603c

View File

@@ -8,21 +8,33 @@ import FooterBase from "@/components/sections/footer/FooterBase";
export default function ContactPage() {
return (
<ThemeProvider>
<ThemeProvider
defaultButtonVariant="text-stagger"
defaultTextAnimation="entrance-slide"
borderRadius="pill"
contentWidth="medium"
sizing="medium"
background="none"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="medium"
>
<ReactLenis root>
<NavbarLayoutFloatingOverlay
brandName="Firenze"
navItems={[
{ name: "Home", id: "/" },
{ name: "Collections", id: "/gallery" },
{ name: "Catalog", id: "/catalog" },
{ name: "Contact", id: "/contact" },
]}
button={{ text: "View Catalog", href: "/gallery" }}
/>
<ContactText
text="Get in Touch with Our Artisans"
background={{ variant: "canvas-reveal" }}
buttons={[{ text: "Submit Inquiry", href: "#" }]}
useInvertedBackground={false}
className="pt-32 pb-24"
/>
<FooterBase