Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-03-07 16:14:55 +00:00
2 changed files with 11 additions and 1434 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -121,8 +121,8 @@ export default function HomePage() {
{/* Services Section */}
<div id="services" data-section="services">
<FeatureCardTen
title="Our Professional Detailing Services"
description="Comprehensive automotive care designed to restore, protect, and maintain your vehicle's appearance and value. From interior deep cleaning to exterior paint protection, we deliver exceptional results."
title="Your Car Will Look Showroom-Fresh and Protected for Years"
description="Experience the transformation of professional auto detailing. Your vehicle receives comprehensive care that restores its pristine appearance and shields it from environmental damage, keeping it looking showroom-fresh and maintaining its value for years to come."
tag="Expert Services"
tagIcon={Sparkles}
tagAnimation="slide-up"
@@ -205,7 +205,7 @@ export default function HomePage() {
useInvertedBackground={false}
buttons={[
{
text: "View All Services", href: "/services"},
text: "Book Your Detail Today", href: "/contact"},
]}
buttonAnimation="slide-up"
/>
@@ -356,4 +356,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}