From 0770b37d418e37842e1506fe6ee8daad428b035f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 10:40:50 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 23 ++++++----------------- 1 file changed, 6 insertions(+), 17 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 275004c..1f0d73e 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -10,8 +10,7 @@ import FooterBase from '@/components/sections/footer/FooterBase'; export default function AboutPage() { const footerColumns = [ { - title: "Services", - items: [ + title: "Services", items: [ { label: "Tanning Packages", href: "/pricing" }, { label: "Memberships", href: "/pricing" }, { label: "Book Now", href: "/booking" }, @@ -19,8 +18,7 @@ export default function AboutPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Contact", href: "/contact" }, { label: "FAQs", href: "/" }, @@ -28,8 +26,7 @@ export default function AboutPage() { ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { label: "Instagram", href: "https://instagram.com" }, { label: "Facebook", href: "https://facebook.com" }, { label: "Google Reviews", href: "https://google.com/maps" }, @@ -84,19 +81,11 @@ export default function AboutPage() { ); -} \ No newline at end of file +}