Update src/app/gallery/page.tsx
This commit is contained in:
@@ -24,7 +24,7 @@ export default function GalleryPage() {
|
||||
<NavbarStyleApple
|
||||
brandName="Complete Detail"
|
||||
navItems={[
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Gallery", id: "/gallery" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Pricing", id: "pricing" },
|
||||
@@ -43,7 +43,7 @@ export default function GalleryPage() {
|
||||
{ text: "View Services", href: "/" }
|
||||
]}
|
||||
layoutOrder="default"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/mixing-black-white-liquid-with-foam-blobs_23-2147934171.jpg?_wi=3"
|
||||
imageSrc="https://images.unsplash.com/photo-1552820728-8ac41f1ce891?w=800&h=600&fit=crop"
|
||||
imageAlt="Before and after car detailing transformation"
|
||||
frameStyle="browser"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -58,19 +58,19 @@ export default function GalleryPage() {
|
||||
features={[
|
||||
{
|
||||
id: "interior-cleaning-1", title: "Interior Deep Clean", author: "Complete Transformation", description: "Heavily soiled interior completely restored. Professional vacuuming, carpet shampooing, upholstery treatment, and dashboard detailing reveal a like-new interior.", tags: ["Interior Care", "Deep Clean", "Before & After"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-man-operates-car_1359-1320.jpg?_wi=4", imageAlt: "Interior deep cleaning before and after"
|
||||
imageSrc: "https://images.unsplash.com/photo-1486262715619-3417ca6ef29f?w=800&h=600&fit=crop", imageAlt: "Interior deep cleaning before and after"
|
||||
},
|
||||
{
|
||||
id: "paint-restoration-1", title: "Paint Restoration & Protection", author: "Professional Polish & Coating", description: "Dull, oxidized paint transformed through professional polish and ceramic coating application. Paint now exhibits brilliant shine, depth, and UV protection.", tags: ["Paint Correction", "Ceramic Coating", "Premium Results"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bubbles-mixed-paint_23-2147798179.jpg?_wi=4", imageAlt: "Paint restoration and ceramic coating before and after"
|
||||
imageSrc: "https://images.unsplash.com/photo-1469854523086-cc02fe5d8800?w=800&h=600&fit=crop", imageAlt: "Paint restoration and ceramic coating before and after"
|
||||
},
|
||||
{
|
||||
id: "stain-removal-1", title: "Deep Stain & Spot Removal", author: "Expert Stain Treatment", description: "Stubborn stains, tree sap, and tar removed using professional-grade techniques. Exterior surfaces restored to pristine condition without paint damage.", tags: ["Stain Removal", "Exterior Detail", "Expert Care"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-with-gloves_23-2149714334.jpg?_wi=4", imageAlt: "Deep stain removal before and after"
|
||||
imageSrc: "https://images.unsplash.com/photo-1487754180144-351b8e94f0c0?w=800&h=600&fit=crop", imageAlt: "Deep stain removal before and after"
|
||||
},
|
||||
{
|
||||
id: "full-detail-1", title: "Full Detail Service Results", author: "Complete Vehicle Restoration", description: "Full-service detailing including exterior wash, interior deep clean, paint correction, and protective coating. Every surface meticulously restored to showroom condition.", tags: ["Full Detail", "Complete Service", "Premium Finish"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mixing-black-white-liquid-with-foam-blobs_23-2147934171.jpg?_wi=4", imageAlt: "Complete full detail service before and after"
|
||||
imageSrc: "https://images.unsplash.com/photo-1552820728-8ac41f1ce891?w=800&h=600&fit=crop", imageAlt: "Complete full detail service before and after"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user