diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 30ea3e7..8236ab8 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -160,8 +160,8 @@ export default function HomePage() { description="Quality service that fits your needs." plans={[ { - tag: "Essential", - price: "$150", + tag: "Basic Detail", + price: "$100", description: "Standard wash & interior freshen.", features: [ "Hand Wash", @@ -174,8 +174,8 @@ export default function HomePage() { }, }, { - tag: "Full Detailing", - price: "$300", + tag: "Deluxe", + price: "$190", highlight: "Most Popular", description: "Complete top to bottom detail.", features: [ @@ -188,6 +188,20 @@ export default function HomePage() { href: "#contact", }, }, + { + tag: "Premium", + price: "$365", + description: "The ultimate detailing experience.", + features: [ + "Paint Correction", + "Ceramic Coating", + "Engine Bay Cleaning", + ], + primaryButton: { + text: "Book", + href: "#contact", + }, + }, ]} />