Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 865fc7d9c0 | |||
| 3f81d603f6 | |||
| 7841aceb78 | |||
| 03a3e5bb10 |
@@ -57,7 +57,7 @@ export default function LandingPage() {
|
||||
ratingText="Trusted by 500+ satisfied customers"
|
||||
buttons={[
|
||||
{ text: "Book Now", href: "#booking" },
|
||||
{ text: "Learn More", href: "#services" }
|
||||
{ text: "View Packages", href: "#services" }
|
||||
]}
|
||||
tagAnimation="slide-up"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -74,19 +74,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "basic", tag: "Basic Package", price: "$99", period: "/service", description: "Perfect for regular maintenance and light cleaning. Keeps your vehicle looking fresh.", button: { text: "Select Basic", href: "#booking" }, featuresTitle: "Included:", features: [
|
||||
id: "basic", tag: "Basic Package", price: "$99", period: "/service", description: "Perfect for regular maintenance and light cleaning. Keeps your vehicle looking fresh.", button: { text: "Select Basic", href: "#booking" },
|
||||
featuresTitle: "Included:", features: [
|
||||
"Exterior wash and dry", "Wheel and tire cleaning", "Interior vacuum and wipe", "Free air freshener"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "gold", tag: "Gold Package", tagIcon: Crown,
|
||||
price: "$249", period: "/service", description: "Enhanced detailing for a showroom-ready finish. Most popular choice for luxury vehicle owners.", button: { text: "Select Gold", href: "#booking" }, featuresTitle: "Included:", features: [
|
||||
price: "$249", period: "/service", description: "Enhanced detailing for a showroom-ready finish. Most popular choice for luxury vehicle owners.", button: { text: "Select Gold", href: "#booking" },
|
||||
featuresTitle: "Included:", features: [
|
||||
"Premium exterior wash and dry", "Ceramic wheel coating", "Interior deep clean and sanitize", "Dashboard and leather conditioning", "Paint protection spray", "Premium air freshener"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "platinum", tag: "Platinum Package", tagIcon: Diamond,
|
||||
price: "$499", period: "/service", description: "Ultimate luxury detailing experience. Comprehensive care for pristine, showroom-quality finish.", button: { text: "Select Platinum", href: "#booking" }, featuresTitle: "Included:", features: [
|
||||
price: "$499", period: "/service", description: "Ultimate luxury detailing experience. Comprehensive care for pristine, showroom-quality finish.", button: { text: "Select Platinum", href: "#booking" },
|
||||
featuresTitle: "Included:", features: [
|
||||
"Complete exterior restoration", "Ceramic nano-coating application", "Professional interior detail", "Engine bay cleaning", "Leather treatment and protection", "Headlight restoration", "Window tint protection", "12-month protection warranty"
|
||||
]
|
||||
}
|
||||
@@ -94,6 +97,8 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
tagAnimation="slide-up"
|
||||
buttonAnimation="slide-up"
|
||||
planTagClassName="font-bold text-lg md:text-xl"
|
||||
cardClassName="relative border-2 border-transparent transition-all duration-300 hover:border-[var(--color-primary-cta)]"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -257,4 +262,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user