"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 = "Data Syncing - Keep Your Information Up-to-Date Across All Platforms"; const description = "Effortlessly sync your data with Everyday. Our powerful data syncing capabilities ensure seamless updates between your apps, eliminating manual work and keeping everything in perfect harmony."; 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: "Sync the apps you rely on", desc: "Everyday supports over 100 data syncing connections, allowing you to keep your information accurate and updated across all platforms automatically.", button: "Explore all sync options", link: "#" }, { head: "Get started with pre-built sync templates", desc: "Set up automated data syncing in just a few minutes and eliminate repetitive tasks to improve efficiency.", 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: "Sync Your Data in One Place", description: "Eliminate data silos by keeping all your information synchronized in real time. Access a unified, accurate source of truth across all your tools.", link: "https://stripe.com", icon: FaListUl, // Add icon here }, { title: "Automate Data Transfers", description: "Ensure smooth data movement between your apps without manual intervention. Automatically sync records, trigger updates, and maintain accuracy effortlessly.", link: "https://netflix.com", icon: FaSearch, // Add icon here }, { title: "Enable Real-Time Collaboration", description: "Keep your team aligned with up-to-date information. By syncing communication tools, shared data stays accurate and accessible for everyone in your workspace.", link: "https://enterprise.everydayseries.com/", icon: FaArrowsAlt, // Add icon here }, ]; type Feature = { title: string; description: string; imgSrc: string; vector: string; }; const featuresData: Feature[] = [ { title: "Feature 1", description: "Description for Feature 1", imgSrc: "/images/feature1.png", vector: "/vectors/feature1.svg", // Added vector property }, { title: "Feature 2", description: "Description for Feature 2", imgSrc: "/images/feature2.png", vector: "/vectors/feature2.svg", // Added vector property }, { title: "Feature 3", description: "Description for Feature 3", imgSrc: "/images/feature3.png", vector: "/vectors/feature3.svg", // Added vector property }, ] const words = `"Our data syncing capabilities are constantly evolving, with new connections and enhancements regularly added to our platform - we're hustling."` 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: () => ( ), };