From 0cbc77f7d81963b83f76dc6ce5447a2634b10dc2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 05:51:45 +0000 Subject: [PATCH] Update src/app/businesses/page.tsx --- src/app/businesses/page.tsx | 118 ++++++++---------------------------- 1 file changed, 24 insertions(+), 94 deletions(-) diff --git a/src/app/businesses/page.tsx b/src/app/businesses/page.tsx index bc71c1f..2ccd06c 100644 --- a/src/app/businesses/page.tsx +++ b/src/app/businesses/page.tsx @@ -22,8 +22,7 @@ export default function BusinessesPage() { const footerColumns = [ { - title: "Site", - items: [ + title: "Site", items: [ { label: "Home", href: "/" }, { label: "About", href: "/about" }, { label: "Businesses", href: "/businesses" }, @@ -31,8 +30,7 @@ export default function BusinessesPage() { ], }, { - title: "Services", - items: [ + title: "Services", items: [ { label: "Healthcare", href: "/businesses" }, { label: "Financial", href: "/businesses" }, { label: "Wellness", href: "/businesses" }, @@ -40,16 +38,14 @@ export default function BusinessesPage() { ], }, { - title: "Leasing", - items: [ + title: "Leasing", items: [ { label: "Office Space", href: "/leasing" }, { label: "Lease Inquiry", href: "/leasing" }, { label: "Schedule Tour", href: "/leasing" }, ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "Contact", href: "/contact" }, { label: "Location", href: "/businesses" }, { label: "Privacy Policy", href: "#" }, @@ -64,7 +60,7 @@ export default function BusinessesPage() { borderRadius="soft" contentWidth="small" sizing="largeSmallSizeLargeTitles" - background="fluid" + background="circleGradient" cardStyle="inset" primaryButtonStyle="primary-glow" secondaryButtonStyle="solid" @@ -83,13 +79,13 @@ export default function BusinessesPage() {