diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 2166de4..3e828e4 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -9,26 +9,24 @@ import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; export default function ContactPage() { return ( @@ -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" }