Update src/app/gallery/page.tsx
This commit is contained in:
@@ -7,7 +7,6 @@ import TestimonialCardTwelve from "@/components/sections/testimonial/Testimonial
|
|||||||
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
|
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
|
||||||
import FooterMedia from "@/components/sections/footer/FooterMedia";
|
import FooterMedia from "@/components/sections/footer/FooterMedia";
|
||||||
import { Sparkles, Check, Shield, Star } from "lucide-react";
|
import { Sparkles, Check, Shield, Star } from "lucide-react";
|
||||||
import Link from "next/link";
|
|
||||||
|
|
||||||
export default function GalleryPage() {
|
export default function GalleryPage() {
|
||||||
return (
|
return (
|
||||||
@@ -48,27 +47,21 @@ export default function GalleryPage() {
|
|||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Interior Transformation",
|
title: "Interior Transformation", description: "Complete interior refresh showing the dramatic difference professional detailing makes for your cabin's appearance and cleanliness.", icon: Sparkles,
|
||||||
description: "Complete interior refresh showing the dramatic difference professional detailing makes for your cabin's appearance and cleanliness.",
|
|
||||||
icon: Sparkles,
|
|
||||||
mediaItems: [
|
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/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" },
|
{ 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",
|
title: "Full Detail Results", description: "Experience the complete transformation of a full detail package - interior and exterior restored to showroom condition.", icon: Check,
|
||||||
description: "Experience the complete transformation of a full detail package - interior and exterior restored to showroom condition.",
|
|
||||||
icon: Check,
|
|
||||||
mediaItems: [
|
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/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" },
|
{ 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",
|
title: "Paint Correction Excellence", description: "Professional paint correction removes swirls, scratches, and oxidation to reveal a flawless, glossy finish.", icon: Shield,
|
||||||
description: "Professional paint correction removes swirls, scratches, and oxidation to reveal a flawless, glossy finish.",
|
|
||||||
icon: Shield,
|
|
||||||
mediaItems: [
|
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/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" },
|
{ 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."
|
copyrightText="© 2025 Elite Auto Detailing & Mobile Services LLC. All rights reserved."
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Services",
|
title: "Services", items: [
|
||||||
items: [
|
|
||||||
{ label: "Interior Detailing", href: "/services" },
|
{ label: "Interior Detailing", href: "/services" },
|
||||||
{ label: "Exterior Detailing", href: "/services" },
|
{ label: "Exterior Detailing", href: "/services" },
|
||||||
{ label: "Paint Correction", href: "/services" },
|
{ label: "Paint Correction", href: "/services" },
|
||||||
@@ -139,8 +131,7 @@ export default function GalleryPage() {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{ label: "Home", href: "/" },
|
{ label: "Home", href: "/" },
|
||||||
{ label: "About Us", href: "/about" },
|
{ label: "About Us", href: "/about" },
|
||||||
{ label: "Gallery", href: "/gallery" },
|
{ label: "Gallery", href: "/gallery" },
|
||||||
@@ -149,8 +140,7 @@ export default function GalleryPage() {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Contact",
|
title: "Contact", items: [
|
||||||
items: [
|
|
||||||
{ label: "Call: (###) ###-####", href: "tel:+1-###-###-####" },
|
{ label: "Call: (###) ###-####", href: "tel:+1-###-###-####" },
|
||||||
{ label: "Text Us", href: "sms:+1-###-###-####" },
|
{ label: "Text Us", href: "sms:+1-###-###-####" },
|
||||||
{ label: "Email: info@eliteautodetailing.com", href: "mailto:info@eliteautodetailing.com" },
|
{ label: "Email: info@eliteautodetailing.com", href: "mailto:info@eliteautodetailing.com" },
|
||||||
|
|||||||
Reference in New Issue
Block a user