Update src/app/gallery/page.tsx
This commit is contained in:
@@ -43,7 +43,7 @@ export default function GalleryPage() {
|
||||
{ text: "View Services", href: "/" }
|
||||
]}
|
||||
layoutOrder="default"
|
||||
imageSrc="https://images.unsplash.com/photo-1552820728-8ac41f1ce891?w=800&h=600&fit=crop"
|
||||
imageSrc="https://images.unsplash.com/photo-1552820728-8ac41f1ce891?w=800&h=600&fit=crop&_wi=2"
|
||||
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: "https://images.unsplash.com/photo-1486262715619-3417ca6ef29f?w=800&h=600&fit=crop", imageAlt: "Interior deep cleaning before and after"
|
||||
imageSrc: "https://images.unsplash.com/photo-1486262715619-3417ca6ef29f?w=800&h=600&fit=crop&_wi=2", 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: "https://images.unsplash.com/photo-1469854523086-cc02fe5d8800?w=800&h=600&fit=crop", imageAlt: "Paint restoration and ceramic coating before and after"
|
||||
imageSrc: "https://images.unsplash.com/photo-1469854523086-cc02fe5d8800?w=800&h=600&fit=crop&_wi=2", 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: "https://images.unsplash.com/photo-1487754180144-351b8e94f0c0?w=800&h=600&fit=crop", imageAlt: "Deep stain removal before and after"
|
||||
imageSrc: "https://images.unsplash.com/photo-1487754180144-351b8e94f0c0?w=800&h=600&fit=crop&_wi=2", 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: "https://images.unsplash.com/photo-1552820728-8ac41f1ce891?w=800&h=600&fit=crop", imageAlt: "Complete full detail service before and after"
|
||||
imageSrc: "https://images.unsplash.com/photo-1552820728-8ac41f1ce891?w=800&h=600&fit=crop&_wi=3", imageAlt: "Complete full detail service before and after"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user