Update src/app/services/page.tsx

This commit is contained in:
2026-03-02 23:04:20 +00:00
parent ff263eb2f2
commit b270f3d118

View File

@@ -16,9 +16,7 @@ export default function ServicesPage() {
];
const navButton = {
text: "Start Your Blitz",
href: "#contact",
};
text: "Start Your Blitz", href: "#contact"};
return (
<ThemeProvider
@@ -27,7 +25,7 @@ export default function ServicesPage() {
borderRadius="pill"
contentWidth="medium"
sizing="medium"
background="aurora"
background="circleGradient"
cardStyle="layered-gradient"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
@@ -54,13 +52,8 @@ export default function ServicesPage() {
useInvertedBackground={true}
features={[
{
id: "1",
title: "Step 1: The Found Money Blitz",
description: "Free 7-day discovery that finds cash already in your business. We text your old leads and customers to get them renting again.",
media: {
imageSrc: "http://img.b2bpic.net/free-vector/infographic-timeline-concept_23-2147848068.jpg?_wi=2",
imageAlt: "workflow process steps business growth",
},
id: "1", title: "Step 1: The Found Money Blitz", description: "Free 7-day discovery that finds cash already in your business. We text your old leads and customers to get them renting again.", media: {
imageSrc: "http://img.b2bpic.net/free-vector/infographic-timeline-concept_23-2147848068.jpg", imageAlt: "workflow process steps business growth"},
items: [
{ icon: MessageSquare, text: "Text 100-500 old leads" },
{ icon: Phone, text: "We talk to them for you" },
@@ -69,13 +62,8 @@ export default function ServicesPage() {
reverse: false,
},
{
id: "2",
title: "Step 2: The Profit Recovery Engine",
description: "Fix your office and stop the daily money leaks. All-in-one app that tracks every customer and machine on your phone.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/young-employees-sitting-office-table-using-laptop_146671-15649.jpg?_wi=2",
imageAlt: "office team work system management",
},
id: "2", title: "Step 2: The Profit Recovery Engine", description: "Fix your office and stop the daily money leaks. All-in-one app that tracks every customer and machine on your phone.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/young-employees-sitting-office-table-using-laptop_146671-15649.jpg", imageAlt: "office team work system management"},
items: [
{ icon: LayoutDashboard, text: "Rental Command Center" },
{ icon: MessageCircle, text: "AI Foreman on WhatsApp" },
@@ -84,13 +72,8 @@ export default function ServicesPage() {
reverse: true,
},
{
id: "3",
title: "Step 3: The Market Dominance Engine",
description: "Turn on the lead faucet so you are always busy. We make sure you are the first person contractors call.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/factory-worker-writing-ai-code-workstation-photovoltaic-plant_482257-125747.jpg?_wi=2",
imageAlt: "automation ai technology smart system",
},
id: "3", title: "Step 3: The Market Dominance Engine", description: "Turn on the lead faucet so you are always busy. We make sure you are the first person contractors call.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/factory-worker-writing-ai-code-workstation-photovoltaic-plant_482257-125747.jpg", imageAlt: "automation ai technology smart system"},
items: [
{ icon: Zap, text: "30-second strike sales calls" },
{ icon: Shield, text: "AI Gatekeeper filters customers" },
@@ -110,19 +93,13 @@ export default function ServicesPage() {
socialLinks={[
{
icon: Linkedin,
href: "https://linkedin.com/company/fleetfill-ai",
ariaLabel: "LinkedIn",
},
href: "https://linkedin.com/company/fleetfill-ai", ariaLabel: "LinkedIn"},
{
icon: Facebook,
href: "https://facebook.com/fleetfillai",
ariaLabel: "Facebook",
},
href: "https://facebook.com/fleetfillai", ariaLabel: "Facebook"},
{
icon: Mail,
href: "mailto:partners@fleetfill.ai",
ariaLabel: "Email",
},
href: "mailto:partners@fleetfill.ai", ariaLabel: "Email"},
]}
/>
</div>