"use client"; import React from 'react'; import Navbar from '@/components/Navbar/navbar'; import Hero from '@/components/Hero/hero'; import Features from "@/components/Features/features"; 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, FaPlug, FaPaste, FaRegFileAlt } from 'react-icons/fa'; import { OrbitingCircles } from '@/components/magicui/orbiting-circles'; const heading = "Integrations - Connect Your Workflows with Everyday Integrations"; const description = "Seamlessly unite all your tools and applications with Everyday. Our robust integration capabilities empower you to create an interconnected ecosystem, streamlining your workflows and improving productivity."; const image = "https://res.cloudinary.com/zapier-media/video/upload/q_auto:best/f_auto/v1726860625/Homepage%20%E2%80%94%20Sept%202024/sc03_HP_240917_Power-with-AI_v02_supxar.mp4" const features = [ { head: "Connect the apps you already love", desc: "Everyday supports over 100 apps, so you can tame the chaos and turn your tools into processes all in one place.", button: "Explore all apps", link: "#" }, { head: "Start quickly with these pre-built templates from other Everyday users", desc: "Automate your tasks in just a few minutes to reclaim countless hours of your time.", button: "Explore more", link: "#" } ] const images = [ "https://www.zarla.com/images/starbucks-logo-2400x2400-20220513.png?crop=1:1,smart&width=150&dpr=2", "https://www.zarla.com/images/apple-logo-2400x2400-20220512-3.png?crop=1:1,smart&width=150&dpr=2", "https://www.zarla.com/images/google-logo-2400x2400-20220519.png?crop=1:1,smart&width=150&dpr=2", "https://www.zarla.com/images/mercedes-benz-logo-2400x2400-20220513-2.png?crop=1:1,smart&width=150&dpr=2", "https://www.zarla.com/images/walmart-logo-2400x2400-20223105.png?crop=1:1,smart&width=150&dpr=2", "https://www.zarla.com/images/pepsi-logo-2400x2400-20220513-1.png?crop=1:1,smart&width=150&dpr=2", ]; const contents = [ { title: "Centralize Your Data", description: "No more switching between apps. Gather all your data in one place, simplifying your processes and ensuring you have a single, reliable source of truth.", link: "https://stripe.com", icon: FaListUl, // Add icon here }, { title: "Automate Your Processes", description: "Maximize efficiency by automating actions between your integrated apps. Transfer data, trigger actions, and manage notifications effortlessly, allowing you to focus on what matters most.", link: "https://netflix.com", icon: FaSearch, // Add icon here }, { title: "Improve Collaboration", description: "By integrating your favorite communication tools, you can enhance teamwork and foster a more collaborative environment. Share updates, delegate tasks, and keep everyone in the loop, all within Everyday.", link: "https://enterprise.everydayseries.com/", icon: FaArrowsAlt, // Add icon here }, ]; const featuresData = [ { title: "Create Series using Drag and Drop", description: "Organize, connect, and track your goals using the GoalGrid. Stay aligned and in sync with your strategic objectives.", imgSrc: "https://res.cloudinary.com/dezd109fz/image/upload/v1737595526/Screenshot_2025-01-23_065418_xo3ezn.png", }, { title: "Built for Enterprises", description: "Everyday platform ensures enterprise-grade deployment, security, and data governance, all with the simplicity of one centrally managed platform.", imgSrc: "https://res.cloudinary.com/dezd109fz/image/upload/v1737595526/Screenshot_2025-01-23_065356_gbkov8.png", }, { title: "Integrate your Workflows", description: "Connect Everyday to your existing tools, integrate important business processes, and build more powerful applications.", imgSrc: "https://res.cloudinary.com/dezd109fz/image/upload/v1737595526/Screenshot_2025-01-23_065455_whfipm.png", }, ]; const words = `“Need more? Our integration capabilities are constantly expanding, with new additions regularly introduced to our platform.”` export default function Integrations() { return (

{heading}

{description}

Bring Your Tools Together

With Everyday, you can easily connect and synchronize data from thousands of applications, creating a comprehensive and efficient workflow tailored to your business needs.

{features.map((item, index) => (
{/* Feature Heading and Description */}

{item.head}

{item.desc}

{item.button} {/* Conditional Rendering for Marquee After First Feature */} {index === 0 && ( <>
{images.map((img, index) => ( {`Avatar ))}
{images.map((img, index) => ( {`Avatar ))}
{/* Add gradient effects for marquee */}
)} {/* Conditional Rendering for GIF After Second Feature */} {index === 1 && (
Workflow GIF
)}
))}
★★★★★
{/*

Magic Button: Simply press the magic button to instantly generate your series automatically.

*/}
); } const Icons = { gitHub: () => ( ), notion: () => ( ), openai: () => ( ), googleDrive: () => ( ), whatsapp: () => ( ), };