mirror of
https://github.com/codebox283/everydayserieswebsite.git
synced 2025-06-19 20:10:52 +00:00
removed goalgrid and some deadlinks
This commit is contained in:
parent
9e65759331
commit
8206dd9c4a
File diff suppressed because one or more lines are too long
@ -33,12 +33,6 @@ const demoExpectations = [
|
|||||||
gradient: "from-indigo-400 to-violet-600",
|
gradient: "from-indigo-400 to-violet-600",
|
||||||
icon: <FaRocket className="text-4xl text-white" />,
|
icon: <FaRocket className="text-4xl text-white" />,
|
||||||
},
|
},
|
||||||
{
|
|
||||||
title: "GoalGrid Integration",
|
|
||||||
description: "Understand how to align your workflows with your organizational OKRs and KPIs using our powerful GoalGrid feature for measurable results.",
|
|
||||||
gradient: "from-emerald-400 to-green-600",
|
|
||||||
icon: <FaChartLine className="text-4xl text-white" />,
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Seamless Connectivity",
|
title: "Seamless Connectivity",
|
||||||
description: "Explore the potential of connecting Everyday with thousands of applications for effortless work processes across your entire tech stack.",
|
description: "Explore the potential of connecting Everyday with thousands of applications for effortless work processes across your entire tech stack.",
|
||||||
@ -85,7 +79,7 @@ export default function DemoPage() {
|
|||||||
Personalized <span className="text-indigo-400">Demo</span>
|
Personalized <span className="text-indigo-400">Demo</span>
|
||||||
</h2>
|
</h2>
|
||||||
<p className="text-lg md:text-xl text-gray-300">
|
<p className="text-lg md:text-xl text-gray-300">
|
||||||
Every organization is unique, and we appreciate that. Our experts are ready to provide a personalized demo that aligns with your business needs. Learn how you can implement and benefit from our range of features, including the drag-and-drop AI builder, input/output forms, GoalGrid, Marketplace, and expansive integrations.
|
Every organization is unique, and we appreciate that. Our experts are ready to provide a personalized demo that aligns with your business needs. Learn how you can implement and benefit from our range of features, including the drag-and-drop AI builder, input/output forms, Marketplace, and expansive integrations.
|
||||||
</p>
|
</p>
|
||||||
<button className="px-6 py-3 bg-gradient-to-r from-sky-500 to-indigo-600 rounded-lg w-fit hover:from-sky-600 hover:to-indigo-700 transition-all mt-4 shadow-lg hover:shadow-indigo-500/30">
|
<button className="px-6 py-3 bg-gradient-to-r from-sky-500 to-indigo-600 rounded-lg w-fit hover:from-sky-600 hover:to-indigo-700 transition-all mt-4 shadow-lg hover:shadow-indigo-500/30">
|
||||||
Request a Demo
|
Request a Demo
|
||||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -5,7 +5,7 @@ import Navbar from '@/components/Navbar/navbar';
|
|||||||
import Footer from "@/components/footer";
|
import Footer from "@/components/footer";
|
||||||
import { HoverEffect } from '@/components/ui/card-hover-effect';
|
import { HoverEffect } from '@/components/ui/card-hover-effect';
|
||||||
import { motion } from 'framer-motion';
|
import { motion } from 'framer-motion';
|
||||||
import { FaMagic, FaRobot, FaChartLine, FaCog } from 'react-icons/fa';
|
import { FaMagic, FaRobot, FaChartLine, FaCog, FaListUl, FaSearch, FaArrowsAlt, FaPlug, FaPaste, FaRegFileAlt } from 'react-icons/fa';
|
||||||
|
|
||||||
const heading = "Tools - Empower Non-Coders to Create and Use AI Workflows"
|
const heading = "Tools - Empower Non-Coders to Create and Use AI Workflows"
|
||||||
const description = "Easily create and use AI-powered workflows without writing a single line of code. Input your data and get the desired output effortlessly."
|
const description = "Easily create and use AI-powered workflows without writing a single line of code. Input your data and get the desired output effortlessly."
|
||||||
@ -64,6 +64,60 @@ const features = [
|
|||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
const contents = [
|
||||||
|
{
|
||||||
|
title: "List",
|
||||||
|
description:
|
||||||
|
"With our drag and drop feature, anyone in your enterprise can build AI products effortlessly. Make AI an integral part of your business operations, irrespective of technical expertise.",
|
||||||
|
link: "#", // Leave as #
|
||||||
|
icon: FaListUl,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Search and Discovery",
|
||||||
|
description:
|
||||||
|
"Users can search for series based on keywords, categories, or tags making it way easier to manage all your creations and looking for them is not a hassle at all.",
|
||||||
|
link: "#", // Leave as #
|
||||||
|
icon: FaSearch,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Drag and drop",
|
||||||
|
description:
|
||||||
|
"Certainly! 'Drag and drop' refers to a user interface interaction where a person can click on an item, drag it to a different location, and then release it to drop it there. This action is commonly used in various applications and websites to allow users to rearrange or manipulate content more intuitively.",
|
||||||
|
link: "#", // Leave as #
|
||||||
|
icon: FaArrowsAlt,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Integration",
|
||||||
|
description:
|
||||||
|
"User can integrate own apis. When we talk about users integrating their own APIs, we're referring to the ability for users to incorporate their own custom Application Programming Interfaces (APIs) into a software application or system.",
|
||||||
|
link: "#", // Leave as #
|
||||||
|
icon: FaPlug,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Copy and Paste",
|
||||||
|
description:
|
||||||
|
"Users have the capability to duplicate the flow or item and then paste it elsewhere within the system. No need to create the same thing twice",
|
||||||
|
link: "#", // Leave as #
|
||||||
|
icon: FaPaste,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Template",
|
||||||
|
description:
|
||||||
|
"User can save any flow as template and can reuse it later. Don't be limited by your series. this feature enables users to save a sequence of actions or steps as a template for future use.",
|
||||||
|
link: "#", // Leave as #
|
||||||
|
icon: FaRegFileAlt,
|
||||||
|
},
|
||||||
|
];
|
||||||
|
|
||||||
|
const featuresData = [
|
||||||
|
{
|
||||||
|
title: "Create Series using Drag and Drop",
|
||||||
|
description: "Easily create and manage your series with our intuitive drag and drop interface. Stay organized and streamline your workflow.",
|
||||||
|
imgSrc: "https://res.cloudinary.com/dezd109fz/image/upload/v1737595526/Screenshot_2025-01-23_065418_xo3ezn.png",
|
||||||
|
direction: "left"
|
||||||
|
},
|
||||||
|
];
|
||||||
|
|
||||||
export default function Tools() {
|
export default function Tools() {
|
||||||
return (
|
return (
|
||||||
<div className="min-h-screen bg-[#080E12] dark text-white overflow-x-hidden">
|
<div className="min-h-screen bg-[#080E12] dark text-white overflow-x-hidden">
|
||||||
|
@ -14,7 +14,7 @@ const webinarLink = "https://everydayseries.com/podcasts/";
|
|||||||
const featuredWebinars = [
|
const featuredWebinars = [
|
||||||
{
|
{
|
||||||
title: "Mastering the Everyday Platform: A Comprehensive Tour",
|
title: "Mastering the Everyday Platform: A Comprehensive Tour",
|
||||||
excerpt: "Join our AI specialists as they take you on a comprehensive journey through the Everyday platform. Discover how our drag-and-drop AI builder, diverse input/output forms, GoalGrid system, Marketplace, and expansive integrations can redefine your enterprise operations.",
|
excerpt: "Join our AI specialists as they take you on a comprehensive journey through the Everyday platform. Discover how our drag-and-drop AI builder, diverse input/output forms, Marketplace, and expansive integrations can redefine your enterprise operations.",
|
||||||
category: "Platform Overview",
|
category: "Platform Overview",
|
||||||
date: "Feb 26, 2025 • 2:00 PM EST",
|
date: "Feb 26, 2025 • 2:00 PM EST",
|
||||||
icon: <FaVideo className="text-indigo-400 text-2xl" />,
|
icon: <FaVideo className="text-indigo-400 text-2xl" />,
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user