Merge version_3 into main #5

Merged
bender merged 2 commits from version_3 into main 2026-03-07 16:29:27 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1384,4 +1384,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -121,7 +121,7 @@ export default function HomePage() {
{/* Services Section */}
<div id="services" data-section="services">
<FeatureCardTen
title="Your Car Will Look Showroom-Fresh and Protected for Years"
title="Professional Detailing Services That Restore & Protect"
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}
@@ -356,4 +356,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}