"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 = "Everyday Product Management – Build, Iterate, and Deliver with Confidence"; const description = "Everyday empowers product teams with seamless workflows, centralizing feedback, roadmaps, and sprints. Move beyond rigid tools—gain the flexibility to adapt and innovate faster, all while staying aligned with business objectives."; 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: "Centralize and analyze customer feedback", desc: "Gather insights from various channels and transform raw feedback into actionable data. Keep your team aligned with customer needs and prioritize effectively.", 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: "#" }, { head: "Align initiatives and track progress", desc: "Ensure every product initiative aligns with company goals. Use dashboards to track KPIs, monitor health, and maintain visibility across 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: "#" }, { head: "Compare planned vs. actual outcomes", desc: "Keep your team agile with real-time tracking. Plan sprints, review milestones, and measure impact—all within Everyday’s interconnected workflows.", 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: "#" } ]; 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 Product Feedback", description: "Break down silos by unifying customer feedback from multiple channels. Gain a complete understanding of user needs, feature requests, and pain points in one place.", link: "https://stripe.com", icon: FaListUl, // Add icon here }, { title: "Streamline Product Development", description: "Automate workflows across your product lifecycle. Connect insights, prioritize roadmaps, and track progress effortlessly—so your team can focus on building impactful features.", link: "https://netflix.com", icon: FaSearch, // Add icon here }, { title: "Align Teams with Shared Goals", description: "Keep product, engineering, and design teams on the same page. Plan sprints, track key results, and ensure every initiative contributes to your strategic vision.", link: "https://enterprise.everydayseries.com/", icon: FaArrowsAlt, // Add icon here }, ]; const words = `“Stay ahead with evolving product workflows—Everyday continuously introduces new features to enhance your development process.”` export default function Integrations() { return (

{heading}

{description}

{/* */}
Workflow GIF

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 */}
)}
))}
★★★★★
{/*

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

*/}
); }