Update src/app/gallery/page.tsx

This commit is contained in:
2026-03-02 18:22:44 +00:00
parent eedc454fc9
commit 808e97b065

View File

@@ -7,7 +7,6 @@ import TestimonialCardTwelve from "@/components/sections/testimonial/Testimonial
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
import FooterMedia from "@/components/sections/footer/FooterMedia";
import { Sparkles, Check, Shield, Star } from "lucide-react";
import Link from "next/link";
export default function GalleryPage() {
return (
@@ -48,27 +47,21 @@ export default function GalleryPage() {
tagAnimation="slide-up"
features={[
{
title: "Interior Transformation",
description: "Complete interior refresh showing the dramatic difference professional detailing makes for your cabin's appearance and cleanliness.",
icon: Sparkles,
title: "Interior Transformation", description: "Complete interior refresh showing the dramatic difference professional detailing makes for your cabin's appearance and cleanliness.", icon: Sparkles,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-cleaning-her-car-dashboard-with-rag_23-2150318453.jpg?_wi=3", imageAlt: "Interior before cleaning" },
{ imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2795.jpg?_wi=3", imageAlt: "Interior after cleaning" },
],
},
{
title: "Full Detail Results",
description: "Experience the complete transformation of a full detail package - interior and exterior restored to showroom condition.",
icon: Check,
title: "Full Detail Results", description: "Experience the complete transformation of a full detail package - interior and exterior restored to showroom condition.", icon: Check,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/man-white-shirt-wipes-car-car-wash_1157-27235.jpg?_wi=2", imageAlt: "Full detail before" },
{ imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-couple-car-salon_1157-22274.jpg?_wi=2", imageAlt: "Full detail after" },
],
},
{
title: "Paint Correction Excellence",
description: "Professional paint correction removes swirls, scratches, and oxidation to reveal a flawless, glossy finish.",
icon: Shield,
title: "Paint Correction Excellence", description: "Professional paint correction removes swirls, scratches, and oxidation to reveal a flawless, glossy finish.", icon: Shield,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-16073.jpg?_wi=3", imageAlt: "Paint before correction" },
{ imageSrc: "http://img.b2bpic.net/free-photo/car-wrapping-with-foil-car-service_1303-32335.jpg?_wi=3", imageAlt: "Paint after correction" },
@@ -129,8 +122,7 @@ export default function GalleryPage() {
copyrightText="© 2025 Elite Auto Detailing & Mobile Services LLC. All rights reserved."
columns={[
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Interior Detailing", href: "/services" },
{ label: "Exterior Detailing", href: "/services" },
{ label: "Paint Correction", href: "/services" },
@@ -139,8 +131,7 @@ export default function GalleryPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "Home", href: "/" },
{ label: "About Us", href: "/about" },
{ label: "Gallery", href: "/gallery" },
@@ -149,8 +140,7 @@ export default function GalleryPage() {
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "Call: (###) ###-####", href: "tel:+1-###-###-####" },
{ label: "Text Us", href: "sms:+1-###-###-####" },
{ label: "Email: info@eliteautodetailing.com", href: "mailto:info@eliteautodetailing.com" },