Merge version_1 into main #5
@@ -117,10 +117,10 @@ export default function LandingPage() {
|
||||
description="Simple, transparent pricing for all our plumbing services."
|
||||
plans={[
|
||||
{
|
||||
price: "$99", features: ["Diagnostic", "Minor Adjustment"]
|
||||
id: "basic", badge: "Essential", subtitle: "For minor fixes", price: "$99", features: ["Diagnostic", "Minor Adjustment"]
|
||||
},
|
||||
{
|
||||
price: "$299", features: ["Full Inspection", "Drain Flush", "System Tuning"]
|
||||
id: "pro", badge: "Full Service", subtitle: "For system maintenance", price: "$299", features: ["Full Inspection", "Drain Flush", "System Tuning"]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user