diff --git a/app/services/page.tsx b/app/services/page.tsx index e69de29..fed028e 100644 --- a/app/services/page.tsx +++ b/app/services/page.tsx @@ -0,0 +1,353 @@ +"use client"; + +import React from 'react'; +import Navbar from '@/components/Navbar/navbar'; +import Footer from "@/components/footer"; +import { HoverEffect } from '@/components/ui/card-hover-effect'; +import { Marquee } from '@/components/ui/marquee'; +import { TextGenerateEffect } from "@/components/ui/text-generate-effect"; +import { FaListUl, FaSearch, FaArrowsAlt, FaRegFileAlt, FaCalendarAlt, FaChartLine, + FaTasks, FaUsers, FaCog, FaRocket, FaLightbulb, FaDatabase } from 'react-icons/fa'; +import { OrbitingCircles } from '@/components/magicui/orbiting-circles'; + +const heading = "Everyday Sales - Optimize and Automate Your Sales Workflows"; +const description = "Bid farewell to inflexible systems. Everyday equips you with everything needed to power your sales engine, offering you full control to navigate it as you wish."; + +const features = [ + { + head: "Centralize and Analyze All Your Customer Feedback", + desc: "Accumulating your customers' insights in one platform ensures you're steering development in the right direction.", + button: "Explore tools", + buttonColor: "sky-200", + image: "https://res.cloudinary.com/zapier-media/image/upload/q_auto/f_auto/v1727809087/Solutions/Marketing/marketing-lp_01_slh5ws.png", + link: "#", + icon: + }, + { + head: "Set Key Objectives and Align Teams", + desc: "An executive dashboard allows you to delve into Key Results. Monitor health, status, and related information like objectives or projects.", + button: "Get started", + buttonColor: "purple-300", + image: "https://res.cloudinary.com/zapier-media/image/upload/q_auto/f_auto/v1727809087/Solutions/Marketing/marketing-lp_02_ivu6pd.png", + link: "#", + icon: + }, + { + head: "Craft a Dynamic Sales Roadmap", + desc: "Create, manage, and deliver a sales roadmap that energizes your entire organization, yet is adaptable enough to adjust to unforeseen circumstances.", + button: "Unlock now", + buttonColor: "amber-200", + image: "https://res.cloudinary.com/zapier-media/image/upload/q_auto/f_auto/v1727809091/Solutions/Marketing/marketing-lp_04_liatuw.png", + link: "#", + icon: + }, + { + head: "Visualize and Interpret Trends", + desc: "Built-in reporting swiftly uncovers key insights and best practices, expediting action and elevating your processes.", + button: "See demo", + buttonColor: "emerald-200", + image: "https://res.cloudinary.com/zapier-media/image/upload/q_auto/f_auto/v1727809091/Solutions/Marketing/marketing-lp_04_liatuw.png", + link: "#", + icon: + }, + { + head: "Manage Sales Cycles and Delivery", + desc: "Draw together product insights by consolidating all feedback—from every tool and source—into a single, accessible location.", + button: "Learn more", + buttonColor: "rose-200", + image: "https://res.cloudinary.com/zapier-media/image/upload/q_auto/f_auto/v1727809087/Solutions/Marketing/marketing-lp_02_ivu6pd.png", + link: "#", + icon: + }, + { + head: "Establish a Unified Sales Roadmap", + desc: "Synchronize around a flexible, organization-wide roadmap. Customizable views allow every department to see their role.", + button: "View details", + buttonColor: "blue-200", + image: "https://res.cloudinary.com/zapier-media/image/upload/q_auto/f_auto/v1727809087/Solutions/Marketing/marketing-lp_01_slh5ws.png", + link: "#", + icon: + } +]; + +const whyEveryday = [ + { + title: "Perfect Fit for Sales Teams", + description: "Everyday seamlessly integrates your sales roadmaps, customer feedback, and target schedules, keeping them perfectly aligned. With the right data at their fingertips, teams can concentrate on delivering exceptional sales results, quicker.", + icon: + }, + { + title: "Set Key Objectives and Align Teams", + description: "An executive dashboard allows you to delve into Key Results. Monitor health, status, and related information like objectives or projects.", + icon: + }, + { + title: "Craft a Dynamic Sales Roadmap", + description: "Create, manage, and deliver a sales roadmap that energizes your entire organization, yet is adaptable enough to adjust to unforeseen circumstances.", + icon: + }, + { + title: "Establish a Unified Sales Roadmap", + description: "Synchronize around a flexible, organization-wide roadmap. Customizable views allow every department to see their role, and plan accordingly.", + icon: + } +]; + +const detailedFeatures = [ + { + title: "Built-in Reporting for Key Insights", + description: "Built-in reporting swiftly uncovers key insights and best practices, expediting action and elevating your processes.", + subFeature: "Consolidate All Essential Data in One Place Integrate your crucial tools to bring more context into the sales process.", + icon: + }, + { + title: "Manage Sales Cycles and Delivery", + description: "Draw together product insights by consolidating all feedback—from every tool and source—into a single, accessible location.", + subFeature: "Ensure launches stay on course with comprehensive tracking and management.", + icon: + }, + { + title: "Centralize Customer Feedback", + description: "Accumulating your customers' insights in one platform ensures you're steering development in the right direction.", + subFeature: "Develop a feedback repository from every tool and source into a single, accessible location.", + icon: + }, + { + title: "Visualize and Interpret Trends", + description: "Plan and Prioritize as a Team. Stay on track with every initiative while maintaining a detailed view into OKRs.", + subFeature: "Interconnect across all teams with comprehensive data visualization tools.", + icon: + } +]; + +const words = `"Experience true versatility for sales teams. Everyday seamlessly integrates your sales roadmaps, customer feedback, and target schedules, keeping them perfectly aligned."`; + +export default function SalesHub() { + return ( +
+ + + {/* Hero Section */} +
+
+

+ {heading} +

+

+ {description} +

+
+ + +
+
+
+
+
+
+ + {/* Integration Hub */} +
+
+
+ + + + + + + + + + + + + +
+
+

+ Bring Your Sales Tools Together +

+

+ With Everyday, you can easily connect and synchronize data from your CRM, email marketing platforms, sales enablement tools, and more, creating a comprehensive and efficient workflow tailored to your sales team's needs. +

+ +
+
+
+ + {/* Why Everyday Section */} +
+
+

+ Why Everyday is the Perfect Fit for Sales Teams +

+
+ {whyEveryday.map((item, index) => ( +
+
{item.icon}
+

{item.title}

+

{item.description}

+
+ ))} +
+
+
+ + {/* Features Grid */} +
+
+

All Features

+

+ Everything you need to optimize your sales workflows in one powerful platform +

+
+ {features.map((feature, index) => ( +
+
{feature.icon}
+

{feature.head}

+

{feature.desc}

+ + {feature.button} + +
+ ))} +
+
+
+ + {/* Testimonial */} +
+
+
+ ★★★★★ +
+ +

— Michael Scott, Regional Manager

+
+
+ + {/* Detailed Features */} +
+
+

+ Powerful Features for Modern Sales Teams +

+
+ {detailedFeatures.map((feature, index) => ( +
+
{feature.icon}
+
+

{feature.title}

+

{feature.description}

+
+

{feature.subFeature}

+
+
+
+ ))} +
+
+
+ + {/* Marketplace Section */} +
+
+

+ Start Swiftly with Everyday Marketplace +

+

+ Our ready-to-use sales workflows and tools assist in building workflows that link across your team and organization. Now, you can centralize customer feedback, track work to goals, plan sales cycles, and more. +

+
+ {features.slice(0, 3).map((feature, index) => ( +
+

{feature.head}

+

{feature.desc}

+ + {feature.button} + +
+ ))} +
+
+
+ + {/* CTA Section */} +
+
+

+ Ready to Transform Your Sales Workflow? +

+

+ Join thousands of sales teams who have revolutionized their processes with Everyday. +

+
+ + +
+
+
+ +
+
+ ); +} + +const Icons = { + salesforce: () => ( + + + + + + + + ), + hubspot: () => ( + + + + + + + + + ), + slack: () => ( + + + + + + + + + + + ), + zoom: () => ( + + + + + ), + linkedin: () => ( + + + + + + + ), +};