diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index f5ee058..0ab5299 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -18,8 +18,7 @@ export default function GalleryPage() { const footerColumns = [ { - title: "Services", - items: [ + title: "Services", items: [ { label: "Paint Correction", href: "#services" }, { label: "Ceramic Coating", href: "#services" }, { label: "Paint Protection Film", href: "#services" }, @@ -28,8 +27,7 @@ export default function GalleryPage() { ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Phone", href: "tel:+213XXX" }, { label: "WhatsApp", href: "https://wa.me/213XXX" }, { label: "Instagram", href: "https://instagram.com/carlabdz" }, @@ -38,8 +36,7 @@ export default function GalleryPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Gallery", href: "/gallery" }, { label: "Reviews", href: "#testimonials" }, @@ -72,30 +69,18 @@ export default function GalleryPage() {