Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9b10eaa46c | |||
| e207c5d1f0 | |||
| fcc1a76332 | |||
| 4961fb463d |
@@ -184,18 +184,18 @@ export default function LandingPage() {
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardNine
|
||||
plans={[
|
||||
{
|
||||
id: "pro", title: "Priority Service", price: "$89", period: "/month (just $2.96/day)", imageSrc: "http://img.b2bpic.net/free-photo/woman-electrician-repairs-switchboard-with-screwdriver-switchboard-repair_169016-71484.jpg", imageAlt: "Priority service plan", features: [
|
||||
"Monthly maintenance checks", "Priority emergency response", "Discounted rates on repairs", "24/7 direct phone line"
|
||||
],
|
||||
button: { text: "Start Today", href: "#contact" }
|
||||
},
|
||||
{
|
||||
id: "basic", title: "Standard Service Call", price: "$149", period: "+ parts & materials", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-working-as-plumber_23-2150746386.jpg", imageAlt: "Standard service call", features: [
|
||||
"Professional diagnosis and consultation", "Same-day service available", "No trip charge if we fix it", "Full warranty on repairs"
|
||||
],
|
||||
button: { text: "Get a Quote", href: "#contact" }
|
||||
},
|
||||
{
|
||||
id: "pro", title: "Priority Service", price: "$89", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/woman-electrician-repairs-switchboard-with-screwdriver-switchboard-repair_169016-71484.jpg", imageAlt: "Priority service plan", features: [
|
||||
"Monthly maintenance checks", "Priority emergency response", "Discounted rates on repairs", "24/7 direct phone line"
|
||||
],
|
||||
button: { text: "Start Today", href: "#contact" }
|
||||
},
|
||||
{
|
||||
id: "enterprise", title: "Commercial Package", price: "Custom", period: "tailored to your needs", imageSrc: "http://img.b2bpic.net/free-photo/smiling-executives-having-meeting-around-table_1098-1893.jpg", imageAlt: "Commercial service package", features: [
|
||||
"Dedicated account manager", "Scheduled preventive maintenance", "Emergency service priority", "Volume discounts available"
|
||||
|
||||
Reference in New Issue
Block a user