Update src/app/contact/page.tsx
This commit is contained in:
@@ -19,7 +19,6 @@ export default function ContactPage() {
|
|||||||
primaryButtonStyle="gradient"
|
primaryButtonStyle="gradient"
|
||||||
secondaryButtonStyle="glass"
|
secondaryButtonStyle="glass"
|
||||||
showBlurBottom={false}
|
showBlurBottom={false}
|
||||||
headingFontWeight="semibold"
|
|
||||||
>
|
>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleApple
|
<NavbarStyleApple
|
||||||
@@ -38,13 +37,14 @@ export default function ContactPage() {
|
|||||||
text="Ready to brighten someone's day? Get in touch with us today to order your perfect arrangement or discuss custom options."
|
text="Ready to brighten someone's day? Get in touch with us today to order your perfect arrangement or discuss custom options."
|
||||||
animationType="entrance-slide"
|
animationType="entrance-slide"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Contact Us", href: "/contact" },
|
{ text: "Contact Us", href: "contact" },
|
||||||
{ text: "Shop Now", href: "/products" }
|
{ text: "Shop Now", href: "products" }
|
||||||
]}
|
]}
|
||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="noInvert"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div id="footer" data-section="footer">
|
||||||
<FooterBaseCard
|
<FooterBaseCard
|
||||||
logoText="Kvitka Moya"
|
logoText="Kvitka Moya"
|
||||||
columns={[
|
columns={[
|
||||||
@@ -79,6 +79,7 @@ export default function ContactPage() {
|
|||||||
]}
|
]}
|
||||||
copyrightText="© 2025 Kvitka Moya. All rights reserved."
|
copyrightText="© 2025 Kvitka Moya. All rights reserved."
|
||||||
/>
|
/>
|
||||||
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user