Merge version_2_1781625023083 into main #2

Merged
bender merged 1 commits from version_2_1781625023083 into main 2026-06-16 15:50:56 +00:00

View File

@@ -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",
},
},
]}
/>
</SectionErrorBoundary>