Update src/app/gallery/page.tsx

This commit is contained in:
2026-03-03 10:09:42 +00:00
parent 42f66346f6
commit 0d936d2403

View File

@@ -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"