diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index d5165bc..0146ef7 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -18,48 +18,41 @@ const navItems = [ ]; const testimonials = [ - { id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg?_wi=3" }, - { id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg?_wi=2" }, - { id: "3", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-smiling-looking-camera-successful-confident-grey-haired-manager-sitting-office-room-workplace-business-management-concept_74855-7343.jpg?_wi=2" }, - { id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg?_wi=2" }, - { id: "5", name: "Jessica Martinez", imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg?_wi=4" }, - { id: "6", name: "Robert Thompson", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2" }, + { id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg" }, + { id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg" }, + { id: "3", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-smiling-looking-camera-successful-confident-grey-haired-manager-sitting-office-room-workplace-business-management-concept_74855-7343.jpg" }, + { id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg" }, + { id: "5", name: "Jessica Martinez", imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg" }, + { id: "6", name: "Robert Thompson", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg" }, ]; const beforeAfterGallery = [ { - title: "Interior Refresh", - description: "Complete interior transformation with deep cleaning and conditioning. This vehicle went from neglected to pristine.", - icon: Check, + title: "Interior Refresh", description: "Complete interior transformation with deep cleaning and conditioning. This vehicle went from neglected to pristine.", icon: Check, 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 detailing" }, - ], + { imageSrc: "http://img.b2bpic.net/free-photo/woman-cleaning-her-car-dashboard-with-rag_23-2150318453.jpg", imageAlt: "Interior before cleaning" }, + { imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2795.jpg", imageAlt: "Interior after detailing" }, + ] as [any, any], }, { - title: "Exterior Shine", - description: "Professional exterior detailing reveals a stunning finish. Wash, clay bar, and premium wax application for long-lasting protection.", - icon: Check, + title: "Exterior Shine", description: "Professional exterior detailing reveals a stunning finish. Wash, clay bar, and premium wax application for long-lasting protection.", icon: Check, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/image-dirty-car-after-trip-off-road-stands-against-brick-wall-old-part-town_613910-6302.jpg?_wi=3", imageAlt: "Exterior before detailing" }, - { imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193557.jpg?_wi=3", imageAlt: "Exterior after detailing" }, - ], + { imageSrc: "http://img.b2bpic.net/free-photo/image-dirty-car-after-trip-off-road-stands-against-brick-wall-old-part-town_613910-6302.jpg", imageAlt: "Exterior before detailing" }, + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193557.jpg", imageAlt: "Exterior after detailing" }, + ] as [any, any], }, { - title: "Full Detail Package", - description: "Complete transformation showcasing our signature full detail service. Interior and exterior work combined for showroom-ready results.", - icon: Check, + title: "Full Detail Package", description: "Complete transformation showcasing our signature full detail service. Interior and exterior work combined for showroom-ready results.", icon: Check, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/man-white-shirt-wipes-car-car-wash_1157-27235.jpg?_wi=2", imageAlt: "Vehicle before full detail" }, - { imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-couple-car-salon_1157-22274.jpg?_wi=2", imageAlt: "Vehicle after full detail" }, - ], + { imageSrc: "http://img.b2bpic.net/free-photo/man-white-shirt-wipes-car-car-wash_1157-27235.jpg", imageAlt: "Vehicle before full detail" }, + { imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-couple-car-salon_1157-22274.jpg", imageAlt: "Vehicle after full detail" }, + ] as [any, any], }, ]; const footerColumns = [ { - title: "Services", - items: [ + title: "Services", items: [ { label: "Interior Detailing", href: "/services" }, { label: "Exterior Detailing", href: "/services" }, { label: "Paint Correction", href: "/services" }, @@ -68,8 +61,7 @@ const footerColumns = [ ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "Home", href: "/" }, { label: "About Us", href: "/about" }, { label: "Gallery", href: "/gallery" }, @@ -78,8 +70,7 @@ const footerColumns = [ ], }, { - 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" }, @@ -97,7 +88,7 @@ export default function GalleryPage() { borderRadius="rounded" contentWidth="small" sizing="mediumLargeSizeMediumTitles" - background="fluid" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="gradient" secondaryButtonStyle="glass" @@ -157,7 +148,7 @@ export default function GalleryPage() { ]} textarea={{ name: "notes", placeholder: "Tell us your preferred date and any specific requests...", rows: 4 }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193588.jpg?_wi=4" + imageSrc="http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193588.jpg" imageAlt="Professional detailing equipment" mediaAnimation="slide-up" mediaPosition="right" @@ -167,7 +158,7 @@ export default function GalleryPage() {