Merge version_1 into main #7

Merged
bender merged 4 commits from version_1 into main 2026-03-02 18:38:46 +00:00
Showing only changes of commit c434c16b8e - Show all commits

View File

@@ -19,38 +19,31 @@ const navItems = [
const features = [
{
title: "Interior Detailing",
description: "Deep carpet shampooing, leather conditioning, stain removal, and complete interior refresh to restore your cabin to pristine condition.",
icon: Armchair,
title: "Interior Detailing", description: "Deep carpet shampooing, leather conditioning, stain removal, and complete interior refresh to restore your cabin to pristine condition.", icon: Armchair,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-cleaning-her-car-dashboard-with-rag_23-2150318453.jpg?_wi=2", imageAlt: "Interior detailing before" },
{ imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2795.jpg?_wi=2", imageAlt: "Interior detailing after" },
],
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-cleaning-her-car-dashboard-with-rag_23-2150318453.jpg", imageAlt: "Interior detailing before" },
{ imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2795.jpg", imageAlt: "Interior detailing after" },
] as [any, any],
},
{
title: "Exterior Detailing",
description: "Professional wash, clay bar decontamination, wax/sealant application, and tire conditioning for a flawless exterior finish.",
icon: Sparkles,
title: "Exterior Detailing", description: "Professional wash, clay bar decontamination, wax/sealant application, and tire conditioning for a flawless exterior finish.", icon: Sparkles,
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=2", imageAlt: "Exterior detailing before" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193557.jpg?_wi=2", imageAlt: "Exterior detailing after" },
],
{ 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 detailing before" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193557.jpg", imageAlt: "Exterior detailing after" },
] as [any, any],
},
{
title: "Paint Correction",
description: "Professional removal of swirls, scratches, and oxidation to restore your vehicle's paint to its original brilliance.",
icon: Zap,
title: "Paint Correction", description: "Professional removal of swirls, scratches, and oxidation to restore your vehicle's paint to its original brilliance.", icon: Zap,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-16073.jpg?_wi=2", imageAlt: "Paint correction before" },
{ imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30596.jpg?_wi=4", imageAlt: "Paint correction after" },
],
{ imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-16073.jpg", imageAlt: "Paint correction before" },
{ imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30596.jpg", imageAlt: "Paint correction after" },
] 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" },
@@ -59,8 +52,7 @@ const footerColumns = [
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "Home", href: "/" },
{ label: "About Us", href: "/about" },
{ label: "Gallery", href: "/gallery" },
@@ -69,8 +61,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" },
@@ -88,7 +79,7 @@ export default function ServicesPage() {
borderRadius="rounded"
contentWidth="small"
sizing="mediumLargeSizeMediumTitles"
background="fluid"
background="circleGradient"
cardStyle="gradient-bordered"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
@@ -154,7 +145,7 @@ export default function ServicesPage() {
]}
textarea={{ name: "notes", placeholder: "Additional details or preferred date/time", rows: 4 }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193588.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193588.jpg"
imageAlt="Professional detailing equipment"
mediaAnimation="slide-up"
mediaPosition="right"
@@ -164,7 +155,7 @@ export default function ServicesPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/luxury-car-interior-brown-black-colors_181624-31177.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/luxury-car-interior-brown-black-colors_181624-31177.jpg"
imageAlt="Elite Auto Detailing showcase"
logoText="Elite Auto Detailing & Mobile Services LLC"
copyrightText="© 2025 Elite Auto Detailing & Mobile Services LLC. All rights reserved."