diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index 24a764b..be8ee22 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -9,8 +9,7 @@ import FooterBase from '@/components/sections/footer/FooterBase'; export default function PricingPage() { const footerColumns = [ { - title: "Services", - items: [ + title: "Services", items: [ { label: "Tanning Packages", href: "/pricing" }, { label: "Memberships", href: "/pricing" }, { label: "Book Now", href: "/booking" }, @@ -18,8 +17,7 @@ export default function PricingPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Contact", href: "/contact" }, { label: "FAQs", href: "/" }, @@ -27,8 +25,7 @@ export default function PricingPage() { ], }, { - 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" }, @@ -67,52 +64,19 @@ export default function PricingPage() { ); -} \ No newline at end of file +}