Update src/app/page.tsx
This commit is contained in:
@@ -171,20 +171,17 @@ export default function LandingPage() {
|
|||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
plans={[
|
plans={[
|
||||||
{
|
{
|
||||||
id: "1", title: "Basic Detail", price: "$279", period: "per detail", button: { text: "Book Now", href: "#contact" },
|
id: "1", title: "Basic Detail", price: "$279", period: "per detail", button: { text: "Book Now", href: "#contact" }, features: [
|
||||||
featuresTitle: "Includes:", features: [
|
|
||||||
"Interior vacuum and detail", "Dashboard cleaning", "Floor mat treatment", "Air freshener"
|
"Interior vacuum and detail", "Dashboard cleaning", "Floor mat treatment", "Air freshener"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2", title: "Standard Detail", price: "$349", period: "per detail", button: { text: "Book Now", href: "#contact" },
|
id: "2", title: "Standard Detail", price: "$349", period: "per detail", button: { text: "Book Now", href: "#contact" }, features: [
|
||||||
featuresTitle: "Includes:", features: [
|
|
||||||
"Complete interior detail", "Exterior wash and wax", "Paint protection", "Leather conditioning", "Tire shine"
|
"Complete interior detail", "Exterior wash and wax", "Paint protection", "Leather conditioning", "Tire shine"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3", title: "Premium Detail", price: "$499", period: "per detail", button: { text: "Book Now", href: "#contact" },
|
id: "3", title: "Premium Detail", price: "$499", period: "per detail", button: { text: "Book Now", href: "#contact" }, features: [
|
||||||
featuresTitle: "Includes:", features: [
|
|
||||||
"Full interior detail", "Exterior wash and polish", "Ceramic coating", "Premium leather treatment", "Engine detailing", "Post-service inspection"
|
"Full interior detail", "Exterior wash and polish", "Ceramic coating", "Premium leather treatment", "Engine detailing", "Post-service inspection"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -242,7 +239,6 @@ export default function LandingPage() {
|
|||||||
textBoxDescriptionClassName="text-lg text-gray-700 leading-relaxed mb-8"
|
textBoxDescriptionClassName="text-lg text-gray-700 leading-relaxed mb-8"
|
||||||
textBoxTagClassName="inline-flex items-center gap-2 px-4 py-2 rounded-full bg-yellow-50 text-yellow-900 text-sm font-semibold mb-6"
|
textBoxTagClassName="inline-flex items-center gap-2 px-4 py-2 rounded-full bg-yellow-50 text-yellow-900 text-sm font-semibold mb-6"
|
||||||
cardClassName="p-6 rounded-lg bg-white border border-gray-200 hover:shadow-lg transition-shadow"
|
cardClassName="p-6 rounded-lg bg-white border border-gray-200 hover:shadow-lg transition-shadow"
|
||||||
cardTitleClassName="text-2xl font-bold text-black mb-2"
|
|
||||||
subtitleClassName="text-sm text-gray-600 mb-4"
|
subtitleClassName="text-sm text-gray-600 mb-4"
|
||||||
categoryClassName="text-xs text-gray-500 uppercase tracking-wide mb-3"
|
categoryClassName="text-xs text-gray-500 uppercase tracking-wide mb-3"
|
||||||
valueClassName="text-4xl font-bold text-black mb-4"
|
valueClassName="text-4xl font-bold text-black mb-4"
|
||||||
|
|||||||
Reference in New Issue
Block a user