From 8e35c75b13a5413a70a435f6b660fb70e0f26afd Mon Sep 17 00:00:00 2001 From: development Date: Fri, 23 Jan 2026 13:45:47 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index d583c88..b4009fd 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -45,7 +45,6 @@ export default function ContactPage() { imageAlt="Contact Rose Studio" textPosition="center" showBlur={true} - useInvertedBackground="noInvert" /> @@ -65,8 +64,7 @@ export default function ContactPage() { logoText="Rose" columns={[ { - title: "Collections", - items: [ + title: "Collections", items: [ { label: "Wedding Flowers", href: "/arrangements" }, { label: "Event Design", href: "/arrangements" }, { label: "Everyday Arrangements", href: "/arrangements" }, @@ -74,8 +72,7 @@ export default function ContactPage() { ] }, { - title: "Services", - items: [ + title: "Services", items: [ { label: "Custom Design", href: "/services" }, { label: "Delivery", href: "/services" }, { label: "Subscriptions", href: "/services" }, @@ -83,8 +80,7 @@ export default function ContactPage() { ] }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/" }, { label: "Gallery", href: "/gallery" }, { label: "Blog", href: "/" }, @@ -92,8 +88,7 @@ export default function ContactPage() { ] }, { - title: "Connect", - items: [ + title: "Connect", items: [ { label: "Instagram", href: "https://instagram.com" }, { label: "Facebook", href: "https://facebook.com" }, { label: "Pinterest", href: "https://pinterest.com" },