"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, FaMoneyBill } from 'react-icons/fa'; //Added FaMoneyBill import { OrbitingCircles } from '@/components/magicui/orbiting-circles'; const heading = "Innovative Finance Teams Drive Transformation with Everyday"; // Changed Heading const description = "Collect the data you need for planning and reporting, manage budgets and expenses, and optimize your workflows."; // Changed Description const features = [ { head: "Centralize Financial Data for Planning & Reporting", //Changed head desc: "Gather all necessary data in one platform to streamline financial planning and generate accurate reports.", //Changed desc 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: // Changed Icon }, { head: "Manage Budgets and Expenses Efficiently", // Changed head desc: "Monitor expenses and budgets in real-time. Effortlessly create and share reports with your team.", // Changed desc 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: // Changed Icon }, { head: "Automate Financial Reporting Processes", // Changed head desc: "Speed up repetitive tasks by creating automated workflows for closing books and payment notifications.", // Changed desc 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: // Changed Icon }, { head: "Gain Real-time Insights with Custom Reports", // Changed head desc: "Build custom reports to monitor budget spend, purchase approvals, and other key financial metrics.", // Changed desc 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: "Simplify Financial Workflows and Processes", // Changed head desc: "Organize cross-functional requests, data, and information in one platform to understand your company’s financial needs and plan for the future.", // Changed desc 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: // Changed Icon }, { head: "Ensure Compliance and Accuracy", // Changed head desc: "Maintain accurate financial records and streamline compliance processes with a centralized system.", // Changed desc 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 Finance Teams", // Changed title description: "Everyday streamlines financial roadmaps, budget tracking, and expense management, keeping them perfectly aligned. With the right data at their fingertips, teams can concentrate on delivering exceptional financial results, quicker.", // Changed Description icon: }, { title: "Monitor Expenses and Budgets in Real-Time", // Changed title description: "An executive dashboard allows you to delve into Key Results. Monitor health, status, and related information like objectives or projects.", // Changed Description icon: }, { title: "Accelerate Financial Reporting", // Changed title description: "Create, manage, and deliver a sales roadmap that energizes your entire organization, yet is adaptable enough to adjust to unforeseen circumstances.", // Changed Description icon: }, { title: "Connect Your Work Across Different Sources", // Changed title description: "Synchronize around a flexible, organization-wide roadmap. Customizable views allow every department to see their role, and plan accordingly.", // Changed Description icon: } ]; const detailedFeatures = [ { title: "Real-Time Financial Reporting", // Changed title description: "Built-in reporting swiftly uncovers key insights and best practices, expediting action and elevating your processes.", // Changed Description subFeature: "Consolidate All Essential Data in One Place Integrate your crucial tools to bring more context into the sales process.", // Changed subFeature icon: }, { title: "Efficient Expense Management", // Changed title description: "Draw together product insights by consolidating all feedback—from every tool and source—into a single, accessible location.", // Changed Description subFeature: "Ensure launches stay on course with comprehensive tracking and management.", // Changed subFeature icon: }, { title: "Centralize Financial Data", // Changed title description: "Accumulating your customers' insights in one platform ensures you're steering development in the right direction.", // Changed Description subFeature: "Develop a feedback repository from every tool and source into a single, accessible location.", // Changed subFeature icon: }, { title: "Automate Financial Workflows", // Changed title description: "Plan and Prioritize as a Team. Stay on track with every initiative while maintaining a detailed view into OKRs.", // Changed Description subFeature: "Interconnect across all teams with comprehensive data visualization tools.", // Changed subFeature icon: } ]; const words = `"Experience true versatility for finance teams. Everyday seamlessly integrates your financial roadmaps, budget tracking, and target schedules, keeping them perfectly aligned."`; // Changed Testimonial export default function FinanceHub() { // Changed function name return (
{/* Hero Section */}

{heading}

{description}

... {/* Integration Hub */}

Connect Your Finance Tools

With Everyday, you can easily connect and synchronize data from your accounting software, banking platforms, expense management tools, and more, creating a comprehensive and efficient workflow tailored to your finance team's needs.

{/* Why Everyday Section */}

Why Everyday is the Perfect Fit for Finance Teams

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

{item.title}

{item.description}

))}
{/* Features Grid */}

All Features

Everything you need to optimize your financial 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 Finance Teams

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

{feature.title}

{feature.description}

{feature.subFeature}

))}
{/* Use Cases Section - Replacing Marketplace */}

Manage Your Crucial Finance Workflows

Whether you’re managing budgets or invoicing, you can do it in Everyday. Get started with pre-made templates, and customize them to fit your specific needs.

{/* Example Use Cases - Adapt Icons and Descriptions Accordingly */}

Fundraising

Track and manage fundraising efforts, investor relations, and financial projections.

Explore

Budget Tracker

Monitor budget spend, track expenses, and generate reports to stay within financial goals.

Explore

Invoicing

Automate invoicing processes, track payments, and manage client billing efficiently.

Explore
{/* CTA Section */}

Ready to Transform Your Financial Workflow?

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

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