From 0d936d2403400ef7ab442ae00bb09f954a483c8b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 10:09:42 +0000 Subject: [PATCH] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 26 +++++++------------------- 1 file changed, 7 insertions(+), 19 deletions(-) diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 4244a5f..ead7362 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -16,24 +16,21 @@ export default function GalleryPage() { const footerColumns = [ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Services", href: "/services" }, { label: "Pricing", href: "/pricing" }, { label: "Gallery", href: "/gallery" }, ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About", href: "/about" }, { label: "Contact", href: "/contact" }, { label: "Careers", href: "#" }, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Disclaimer", href: "#" }, @@ -43,20 +40,11 @@ export default function GalleryPage() { const galleryItems = [ { - before: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30596.jpg", - title: "BMW M340i - Full Detail Transformation", - category: "Full Detail", - }, + before: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30596.jpg", title: "BMW M340i - Full Detail Transformation", category: "Full Detail"}, { - before: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-exterior_23-2148194110.jpg", - title: "Tesla Model 3 - Ceramic Coating", - category: "Ceramic Coating", - }, + before: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-exterior_23-2148194110.jpg", title: "Tesla Model 3 - Ceramic Coating", category: "Ceramic Coating"}, { - before: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30596.jpg", - title: "Ford F-150 - Express Wash & Wax", - category: "Express Service", - }, + before: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30596.jpg", title: "Ford F-150 - Express Wash & Wax", category: "Express Service"}, ]; return ( @@ -66,7 +54,7 @@ export default function GalleryPage() { borderRadius="soft" contentWidth="medium" sizing="largeSmallSizeLargeTitles" - background="aurora" + background="circleGradient" cardStyle="inset" primaryButtonStyle="gradient" secondaryButtonStyle="radial-glow"