Update src/app/contact/page.tsx

This commit is contained in:
2026-04-21 21:50:13 +00:00
parent baacbec0ee
commit efab6feae6

View File

@@ -8,7 +8,18 @@ import FooterSimple from '@/components/sections/footer/FooterSimple';
export default function ContactPage() {
return (
<ThemeProvider>
<ThemeProvider
defaultButtonVariant="shift-hover"
defaultTextAnimation="background-highlight"
borderRadius="soft"
contentWidth="mediumSmall"
sizing="large"
background="floatingGradient"
cardStyle="layered-gradient"
primaryButtonStyle="double-inset"
secondaryButtonStyle="solid"
headingFontWeight="extrabold"
>
<ReactLenis root>
<NavbarStyleCentered
navItems={[
@@ -25,6 +36,7 @@ export default function ContactPage() {
title="Get in Touch"
description="6/31 Ross St, Glenbrook NSW 2773. Call us at (02) 4739 0000"
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>
<FooterSimple
@@ -32,6 +44,7 @@ export default function ContactPage() {
{ title: "Links", items: [{ label: "Home", href: "/" }, { label: "About", href: "/#about" }, { label: "Menu", href: "/#menu" }] },
]}
bottomLeftText="© 2024 Glenbrook Takeaway."
bottomRightText=""
/>
</ReactLenis>
</ThemeProvider>