"use client";
import React from 'react';
import Navbar from '@/components/Navbar/navbar';
import Footer from "@/components/footer";
import { FaHandshake, FaLightbulb, FaChartLine, FaCogs, FaRocket } from 'react-icons/fa';
const heading = "Our Team is Your Team";
const description = "Achieve results quicker with support and collaboration from the Everyday Enterprise Services team.";
const servicesOverview = [
{
title: "Our Established Approach for Transformation at Scale",
description: "Our Enterprise plan gives you exclusive access to services led by our experienced team. Our proven approach enhances operational efficiency, delivers faster results, and keeps your team ahead of the curve.",
icon:
},
{
title: "Transactions",
description: "Use and re-use responsive sections to create the perfect layout.",
icon:
},
{
title: "Summaries",
description: "Use and re-use responsive sections to create the perfect layout.",
icon:
}
];
const howItWorks = [
{
title: "Realize Your Vision",
description: "Design new solutions, or optimize existing ones, with our expertise. To help you deploy faster, our Enterprise plan gives you access to professional services like consultations and builds.",
button: "Explore Snippets",
link: "#",
icon:
}
];
const addOnServices = [
{
title: "Implementation Specialist",
description: "Customer base trainings and base build services only available to qualified customers as set forth on an applicable order form",
button: "Explore Free Trial",
link: "#",
image: "https://via.placeholder.com/400x300"
},
{
title: "Foundation",
description: "A quick start for teams who have an established workflow. We'll work with you to create a prototype within 2 to 3 weeks.",
subFeatures: [
"Discovery",
"Handoff training"
]
},
{
title: "Standard Build",
description: "For teams who have an established workflow, and want to invest 3+ weeks to design an Everyday solution.",
subFeatures: [
"Everything in Foundation",
"Solution design",
"Feedback sessions"
]
},
{
title: "Advanced Build",
description: "Perfect for teams who want assistance defining their existing workflow and translating it into an Everyday solution.",
subFeatures: [
"Everything in Standard",
"Workflow mapping"
]
},
{
title: "Custom Build",
description: "Offered to teams who want to collaborate on defining a more complex workflow and developing an integrated Everyday solution.",
subFeatures: [
"Everything in Advanced",
"Tailored sessions"
]
}
];
export default function ServicesPage() {
return (
{/* Hero Section */}
{heading}
{description}
{/* Services Overview Section */}
Our Enterprise Services at a Glance
{servicesOverview.map((item, index) => (
{item.icon}
{item.title}
{item.description}
))}
{/* How Everyday Enterprise Services Works Section */}
How Everyday Enterprise Services Works
Some of our services are included with your Enterprise plan. You may also purchase add-on Professional Services as needed.