3 Commits

Author SHA1 Message Date
549dce3027 Merge version_2_1781625023083 into main
Merge version_2_1781625023083 into main
2026-06-16 15:50:55 +00:00
kudinDmitriyUp
8001acd758 Bob AI: Update the pricing section to include exactly three tiers with the specified nam 2026-06-16 15:50:52 +00:00
e7433c28bb Merge version_1_1781624629495 into main
Merge version_1_1781624629495 into main
2026-06-16 15:44:50 +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>