3 Commits

Author SHA1 Message Date
ba94972aee Update src/app/page.tsx 2026-03-04 00:31:06 +00:00
45a62a5f90 Update src/app/layout.tsx 2026-03-04 00:31:05 +00:00
e3ec5f39ad Merge version_2 into main
Merge version_2 into main
2026-03-03 23:29:01 +00:00
2 changed files with 6 additions and 6 deletions

View File

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

View File

@@ -77,16 +77,16 @@ export default function LandingPage() {
<FeatureBento
features={[
{
title: "Paint Correction & Polishing", description: "Restore your vehicle's shine and remove imperfections with professional paint correction techniques", bentoComponent: "animated-bar-chart"
title: "Paint Correction & Polishing", description: "Restore your vehicle's shine and remove imperfections with professional paint correction techniques. Starting at $299", bentoComponent: "animated-bar-chart"
},
{
title: "Ceramic Coating Application", description: "Long-lasting protection that keeps your vehicle looking new and shields against environmental damage", bentoComponent: "globe"
title: "Ceramic Coating Application", description: "Long-lasting protection that keeps your vehicle looking new and shields against environmental damage. Starting at $599", bentoComponent: "globe"
},
{
title: "Full Interior Detailing", description: "Deep cleaning of every surface, from upholstery to trim, for a pristine interior environment", bentoComponent: "line-chart"
title: "Full Interior Detailing", description: "Deep cleaning of every surface, from upholstery to trim, for a pristine interior environment. Starting at $399", bentoComponent: "line-chart"
},
{
title: "Exterior Deep Clean", description: "Comprehensive wash and treatment that removes dirt, grime, and contaminants completely", bentoComponent: "map"
title: "Exterior Deep Clean", description: "Comprehensive wash and treatment that removes dirt, grime, and contaminants completely. Starting at $199", bentoComponent: "map"
}
]}
title="Our Premium Services"
@@ -236,4 +236,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}