Update src/app/contact/page.tsx

This commit is contained in:
2026-01-15 10:43:11 +00:00
parent db5ebf2dc3
commit 4d4d3885db

View File

@@ -9,26 +9,24 @@ import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
export default function ContactPage() {
return (
<ThemeProvider
defaultButtonVariant="bounce-effect"
defaultButtonVariant="text-stagger"
defaultTextAnimation="entrance-slide"
borderRadius="soft"
contentWidth="mediumSmall"
sizing="largeSizeMediumTitles"
contentWidth="medium"
sizing="medium"
background="none"
cardStyle="solid"
primaryButtonStyle="double-inset"
secondaryButtonStyle="radial-glow"
showBlurBottom={false}
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
>
<div id="nav" data-section="nav">
<NavbarStyleApple
brandName="Kvitka Moya"
navItems={[
{ name: "About", id: "about" },
{ name: "Products", id: "products" },
{ name: "Testimonials", id: "testimonials" },
{ name: "FAQ", id: "faq" },
{ name: "Contact", id: "contact" }
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "FAQ", id: "/faq" },
{ name: "Contact", id: "/contact" }
]}
/>
</div>
@@ -49,32 +47,28 @@ export default function ContactPage() {
logoText="Kvitka Moya"
columns={[
{
title: "Shop",
items: [
title: "Shop", items: [
{ label: "Arrangements", href: "/products" },
{ label: "Seasonal Flowers", href: "/products" },
{ label: "Custom Orders", href: "/contact" }
]
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Delivery Info", href: "/about" },
{ label: "Blog", href: "#" }
]
},
{
title: "Support",
items: [
title: "Support", items: [
{ label: "FAQ", href: "/faq" },
{ label: "Contact", href: "/contact" },
{ label: "Track Order", href: "#" }
]
},
{
title: "Connect",
items: [
title: "Connect", items: [
{ label: "Instagram", href: "https://instagram.com" },
{ label: "Facebook", href: "https://facebook.com" },
{ label: "Newsletter", href: "/contact" }