Update src/app/page.tsx

This commit is contained in:
2026-03-14 05:33:14 +00:00
parent 364d577e96
commit 22b905fe16

View File

@@ -171,20 +171,17 @@ export default function LandingPage() {
tagAnimation="slide-up"
plans={[
{
id: "1", title: "Basic Detail", price: "$279", period: "per detail", button: { text: "Book Now", href: "#contact" },
featuresTitle: "Includes:", features: [
id: "1", title: "Basic Detail", price: "$279", period: "per detail", button: { text: "Book Now", href: "#contact" }, features: [
"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" },
featuresTitle: "Includes:", features: [
id: "2", title: "Standard Detail", price: "$349", period: "per detail", button: { text: "Book Now", href: "#contact" }, features: [
"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" },
featuresTitle: "Includes:", features: [
id: "3", title: "Premium Detail", price: "$499", period: "per detail", button: { text: "Book Now", href: "#contact" }, features: [
"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"
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"
cardTitleClassName="text-2xl font-bold text-black mb-2"
subtitleClassName="text-sm text-gray-600 mb-4"
categoryClassName="text-xs text-gray-500 uppercase tracking-wide mb-3"
valueClassName="text-4xl font-bold text-black mb-4"