Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 198dc5a8c7 | |||
| fa122a4bcd | |||
| 308f673d6a | |||
| 6157eb47f5 | |||
| 6c391381af |
1437
src/app/layout.tsx
1437
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -121,8 +121,8 @@ export default function HomePage() {
|
|||||||
{/* Services Section */}
|
{/* Services Section */}
|
||||||
<div id="services" data-section="services">
|
<div id="services" data-section="services">
|
||||||
<FeatureCardTen
|
<FeatureCardTen
|
||||||
title="Our Professional Detailing Services"
|
title="Your Car Will Look Showroom-Fresh and Protected for Years"
|
||||||
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."
|
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"
|
tag="Expert Services"
|
||||||
tagIcon={Sparkles}
|
tagIcon={Sparkles}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
@@ -205,7 +205,7 @@ export default function HomePage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "View All Services", href: "/services"},
|
text: "Book Your Detail Today", href: "/contact"},
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -356,4 +356,4 @@ export default function HomePage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user