Compare commits
3 Commits
version_1_
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 549dce3027 | |||
|
|
8001acd758 | ||
| e7433c28bb |
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user