Update src/app/services/page.tsx
This commit is contained in:
@@ -43,9 +43,7 @@ export default function ServicesPage() {
|
||||
navItems={navItemsFormatted}
|
||||
brandName="ContractorAI"
|
||||
button={{
|
||||
text: "Book Free Call",
|
||||
href: "#book-call",
|
||||
}}
|
||||
text: "Book Free Call", href: "#book-call"}}
|
||||
className="z-50"
|
||||
/>
|
||||
</div>
|
||||
@@ -55,52 +53,22 @@ export default function ServicesPage() {
|
||||
<PricingCardTwo
|
||||
plans={[
|
||||
{
|
||||
id: "1",
|
||||
badge: "Lead Generation",
|
||||
price: "Campaign",
|
||||
subtitle: "Targeted Meta Ads & Lead Capture",
|
||||
badgeIcon: Target,
|
||||
buttons={[{ text: "Get Started", href: "#book-call" }]},
|
||||
id: "1", badge: "Lead Generation", price: "Campaign", subtitle: "Targeted Meta Ads & Lead Capture", badgeIcon: Target,
|
||||
buttons: [{ text: "Get Started", href: "#book-call" }],
|
||||
features: [
|
||||
"Hyper-targeted Meta Ads by service area",
|
||||
"Geographic + demographic targeting",
|
||||
"Lead form with instant notifications",
|
||||
"Lead scoring and filtering",
|
||||
"A/B testing and optimization",
|
||||
"Real-time lead notifications",
|
||||
],
|
||||
"Hyper-targeted Meta Ads by service area", "Geographic + demographic targeting", "Lead form with instant notifications", "Lead scoring and filtering", "A/B testing and optimization", "Real-time lead notifications"],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
badge: "CRM + Automation",
|
||||
price: "Setup",
|
||||
subtitle: "Lead Qualification & Follow-up",
|
||||
badgeIcon: Zap,
|
||||
buttons={[{ text: "Get Started", href: "#book-call" }]},
|
||||
id: "2", badge: "CRM + Automation", price: "Setup", subtitle: "Lead Qualification & Follow-up", badgeIcon: Zap,
|
||||
buttons: [{ text: "Get Started", href: "#book-call" }],
|
||||
features: [
|
||||
"CRM integration with Pipedrive, HubSpot, or Zoho",
|
||||
"SMS automated follow-up sequences",
|
||||
"Email nurture automation",
|
||||
"Lead qualification workflows",
|
||||
"Custom trigger-based actions",
|
||||
"Automated lead scoring",
|
||||
],
|
||||
"CRM integration with Pipedrive, HubSpot, or Zoho", "SMS automated follow-up sequences", "Email nurture automation", "Lead qualification workflows", "Custom trigger-based actions", "Automated lead scoring"],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
badge: "Appointment System",
|
||||
price: "Integration",
|
||||
subtitle: "Calendar & Booking Automation",
|
||||
badgeIcon: Calendar,
|
||||
buttons={[{ text: "Get Started", href: "#book-call" }]},
|
||||
id: "3", badge: "Appointment System", price: "Integration", subtitle: "Calendar & Booking Automation", badgeIcon: Calendar,
|
||||
buttons: [{ text: "Get Started", href: "#book-call" }],
|
||||
features: [
|
||||
"Calendly or Acuity Scheduling integration",
|
||||
"Automated appointment reminders",
|
||||
"SMS and email confirmations",
|
||||
"No-show reduction tracking",
|
||||
"Multi-team scheduling support",
|
||||
"Double-booking prevention",
|
||||
],
|
||||
"Calendly or Acuity Scheduling integration", "Automated appointment reminders", "SMS and email confirmations", "No-show reduction tracking", "Multi-team scheduling support", "Double-booking prevention"],
|
||||
},
|
||||
]}
|
||||
title="Complete Lead Generation Solutions"
|
||||
@@ -123,21 +91,11 @@ export default function ServicesPage() {
|
||||
useInvertedBackground={false}
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Generic agencies don't understand contractor business",
|
||||
"Long setup times and complex processes",
|
||||
"Poor lead quality and high costs",
|
||||
"Unreliable support and hand-offs",
|
||||
"No performance guarantees",
|
||||
],
|
||||
"Generic agencies don't understand contractor business", "Long setup times and complex processes", "Poor lead quality and high costs", "Unreliable support and hand-offs", "No performance guarantees"],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Dedicated contractor marketing expertise",
|
||||
"Quick 7-14 day setup and launch",
|
||||
"Qualified leads at $12-18 cost per lead",
|
||||
"Dedicated account managers and 24/7 support",
|
||||
"Performance-based optimization and guarantees",
|
||||
],
|
||||
"Dedicated contractor marketing expertise", "Quick 7-14 day setup and launch", "Qualified leads at $12-18 cost per lead", "Dedicated account managers and 24/7 support", "Performance-based optimization and guarantees"],
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user