Update src/app/page.tsx

This commit is contained in:
2026-05-10 03:09:57 +00:00
parent c780c7e742
commit 876cc7a336

View File

@@ -124,7 +124,7 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
plans={[ plans={[
{ id: "basic", badge: "Essential", price: "$150", subtitle: "Basic maintenance package", features: ["Hand Wash", "Interior Vacuum", "Window Cleaning"], buttons: [{ text: "Select", href: "#contact" }] }, { id: "basic", badge: "Essential", price: "$150", subtitle: "Basic maintenance package", features: ["Hand Wash", "Interior Vacuum", "Window Cleaning"], buttons: [{ text: "Select", href: "#contact" }] },
{ id: "pro", badge: "Advanced", price: "$300", subtitle: "Full detailing service", features: ["All Basic Features", "Ceramic Sealant", "Leather Conditioning"], buttons: [{ text: "Select", href: "#contact" }] }, { id: "pro", badge: "Recommended", price: "$300", subtitle: "Full detailing service", features: ["All Basic Features", "Ceramic Sealant", "Leather Conditioning"], buttons: [{ text: "Select", href: "#contact" }] },
{ id: "elite", badge: "Elite", price: "$550", subtitle: "Ultimate preservation", features: ["All Advanced Features", "Paint Correction", "Engine Bay Detail"], buttons: [{ text: "Select", href: "#contact" }] } { id: "elite", badge: "Elite", price: "$550", subtitle: "Ultimate preservation", features: ["All Advanced Features", "Paint Correction", "Engine Bay Detail"], buttons: [{ text: "Select", href: "#contact" }] }
]} ]}
title="Service Packages" title="Service Packages"
@@ -186,4 +186,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }