3 Commits

Author SHA1 Message Date
55e8d212c6 Update src/app/page.tsx 2026-03-07 16:29:22 +00:00
606ebbefb7 Update src/app/layout.tsx 2026-03-07 16:29:22 +00:00
9b217120ea Merge version_2 into main
Merge version_2 into main
2026-03-07 16:14:55 +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>
);
}
}