+ Our blog covers everything from AI agents and how they work to the coolest internet and technology trends. Join our community of forward-thinking innovators.
+
+ );
+};
+
+export default BlogSection;
\ No newline at end of file
diff --git a/app/demo/page.tsx b/app/demo/page.tsx
new file mode 100644
index 0000000..95ab085
--- /dev/null
+++ b/app/demo/page.tsx
@@ -0,0 +1,201 @@
+"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 { TextGenerateEffect } from "@/components/ui/text-generate-effect";
+import {
+ FaVideo, FaRocket, FaLightbulb, FaChartLine,
+ FaTasks, FaUsers, FaCog, FaCubes, FaNetworkWired
+} from 'react-icons/fa';
+import { FaListCheck } from 'react-icons/fa6';
+
+const heading = "Discover Everyday";
+const description = "Experience the power of effortless AI creation and enterprise workflow optimization with Everyday. Our platform is designed to provide solutions that propel your business towards unprecedented efficiency and growth.";
+
+const demoExpectations = [
+ {
+ title: "Drag-and-Drop AI Builder",
+ description: "Experience the simplicity of our intuitive drag-and-drop AI builder that lets you create powerful workflows without writing a single line of code.",
+ gradient: "from-sky-400 to-blue-600",
+ icon: ,
+ },
+ {
+ title: "Interactive AI Forms",
+ description: "Learn how to convert complex AI workflows into simple, interactive forms that anyone in your organization can use.",
+ gradient: "from-purple-400 to-pink-500",
+ icon: ,
+ },
+ {
+ title: "Marketplace Solutions",
+ description: "Discover ready-to-use workflows and tools for various business units in our comprehensive marketplace, saving you valuable time and resources.",
+ gradient: "from-indigo-400 to-violet-600",
+ icon: ,
+ },
+ {
+ 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: ,
+ },
+ {
+ title: "Seamless Connectivity",
+ description: "Explore the potential of connecting Everyday with thousands of applications for effortless work processes across your entire tech stack.",
+ gradient: "from-amber-400 to-orange-500",
+ icon: ,
+ },
+];
+
+const testimonialWords = `"Everyday is here to redefine how your business works. Request a personalized demo today and begin your journey towards a smarter, more efficient enterprise."`;
+
+export default function DemoPage() {
+ return (
+
+
+
+ {/* Hero Section */}
+
+
+
+ {heading}
+
+
+ {description}
+
+
+
+
+
+
+
+
+
+
+
+ {/* Personalized Demo Section */}
+
+
+
+
+ Personalized Demo
+
+
+ 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.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {/* What to Expect Section */}
+
+
+
+ What To Expect
+
+
+ In our demo, you will experience the full power of Everyday's platform with features designed to transform your enterprise workflows.
+
+
+ {demoExpectations.map((item, index) => (
+
+ {/* Icon with Gradient */}
+
+ {item.icon}
+
+
+ {/* Content */}
+
+
+ {item.title}
+
+
{item.description}
+
+
+ {/* Soft Glow Effect */}
+
+
+ ))}
+
+
+
+
+ {/* CTA Middle Section */}
+
+
+
+ Request A Demo
+
+
+ Let Everyday revolutionize your business operations. Experience a demo tailored to your enterprise needs. Make AI an everyday part of your business.
+
+
+
+
+
+ {/* Testimonial */}
+
+
+
+ ★★★★★
+
+
+
— Enterprise Client
+
+
+
+ {/* Final CTA Section */}
+
+
+
+
+
+
+
+ Transform Your Enterprise Today
+
+
+ Join forward-thinking organizations that have revolutionized their workflows with Everyday's AI-powered platform.
+
+
+
+
+
+
+
+
+
+
+ );
+}
\ No newline at end of file
diff --git a/app/globals.css b/app/globals.css
index 18b62bc..47d132c 100644
--- a/app/globals.css
+++ b/app/globals.css
@@ -74,4 +74,15 @@ body {
::selection {
background-color: purple;
color: white;
+}
+
+
+
+@layer base {
+ * {
+ @apply border-border outline-ring/50;
+ }
+ body {
+ @apply bg-background text-foreground;
+ }
}
\ No newline at end of file
diff --git a/app/pricing/page.tsx b/app/pricing/page.tsx
new file mode 100644
index 0000000..8a4fa4d
--- /dev/null
+++ b/app/pricing/page.tsx
@@ -0,0 +1,261 @@
+"use client";
+
+import React, { useState } from 'react';
+import { motion } from 'framer-motion';
+import { ChevronDown, ChevronUp, Check, HelpCircle, ShieldCheck, Zap, Smartphone, Globe } from 'lucide-react';
+import Navbar from '@/components/Navbar/navbar';
+import Footer from '@/components/footer';
+
+const PricingCard = ({ title, description, features }) => {
+ return (
+
+
+
+
+ );
+};
+
+const PricingPage = () => {
+ const pricingPlans = [
+ {
+ title: "Basic",
+ description: "We consider all the drivers of time & change gives the blocks.",
+ features: [
+ "Full Access to Copler",
+ "100 GB Free Storage",
+ "Unlimited Visitors",
+ "10 Agents",
+ "Live Chat Support"
+ ]
+ },
+ {
+ title: "Premium",
+ description: "We consider all the drivers of time & change gives the blocks.",
+ features: [
+ "Full Access to Copler",
+ "100 GB Free Storage",
+ "Unlimited Visitors",
+ "10 Agents",
+ "Live Chat Support"
+ ]
+ }
+ ];
+
+ const faqs = [
+ {
+ question: "How many items are there in this list?",
+ answer: "We consider all the drivers of change gives you the blocks & components you need to change to create a truly professional website."
+ },
+ {
+ question: "Can you describe Newleaf in just one sentence?",
+ answer: "We consider all the drivers of change gives you the blocks & components you need to change to create a truly professional website."
+ },
+ {
+ question: "Can I use this template for my client?",
+ answer: "We consider all the drivers of change gives you the blocks & components you need to change to create a truly professional website."
+ },
+ {
+ question: "Do you offer templates in other categories?",
+ answer: "We consider all the drivers of change gives you the blocks & components you need to change to create a truly professional website."
+ },
+ {
+ question: "Do I need to credit you when I use this template?",
+ answer: "We consider all the drivers of change gives you the blocks & components you need to change to create a truly professional website."
+ }
+ ];
+
+ return (
+
+
+
+ {/* Hero Section */}
+
+
+ Pricing
+
+ {" "}Plans{" "}
+
+
+
+ Efficiently manage and resolve customer issues, improve satisfaction and boost your bottom line with our all-in-one customer support solution.
+
+
+
+ {/* Pricing Cards */}
+
+
+ {pricingPlans.map((plan, index) => (
+
+ ))}
+
+
+
+ {/* Features Section */}
+
+
Features you don't want to miss
+
+ {[
+ {
+ title: "Secure Payments",
+ desc: "Ensure end-to-end security for all your transactions with industry-leading encryption.",
+ icon: ,
+ gradient: "from-blue-500 to-cyan-500",
+ },
+ {
+ title: "Fast Transactions",
+ desc: "Process payments in seconds, reducing wait times and improving efficiency.",
+ icon: ,
+ gradient: "from-pink-500 to-red-500",
+ },
+ {
+ title: "User-Friendly Interface",
+ desc: "Designed with simplicity in mind, making transactions seamless for everyone.",
+ icon: ,
+ gradient: "from-green-500 to-teal-500",
+ },
+ {
+ title: "Global Accessibility",
+ desc: "Access and send payments from anywhere in the world, instantly.",
+ icon: ,
+ gradient: "from-yellow-500 to-orange-500",
+ },
+ ].map((feature, index) => (
+
+ {/* Icon Container */}
+
{feature.icon}
+
+ {/* Text Content */}
+
+
+ {feature.title}
+
+
{feature.desc}
+
+
+ {/* Soft Glow Effect */}
+
+
+ ))}
+
+
+
+
+
+ Efficiently manage and resolve customer issues, improve satisfaction and boost your bottom line with our all-in-one customer support solution. Get the safest way of making online payment & save countless hours of losing money.
+
+ We've curated answers to some of our most frequently asked questions to help you find the information you need quickly and easily.
+
+
+
+ {faqs.map((faq, index) => (
+
+ ))}
+
+
+
+
+
+
+ );
+};
+
+export default PricingPage;
\ No newline at end of file
diff --git a/app/webinars/page.tsx b/app/webinars/page.tsx
new file mode 100644
index 0000000..d121b33
--- /dev/null
+++ b/app/webinars/page.tsx
@@ -0,0 +1,253 @@
+"use client";
+
+import React from 'react';
+import { motion } from "framer-motion";
+import { FaCalendarAlt, FaPlay, FaVideo, FaChalkboardTeacher, FaRocket, FaNewspaper } from 'react-icons/fa';
+import Navbar from '@/components/Navbar/navbar';
+import Footer from '@/components/footer';
+
+const heading = "Everyday Webinars";
+const description = "Step into the world of AI-driven business optimization with our informative webinars. Our experts are here to guide you through the ins and outs of the Everyday platform, showcasing how you can leverage our tools to drive your business forward.";
+
+const webinarLink = "https://everydayseries.com/podcasts/";
+
+const featuredWebinars = [
+ {
+ 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.",
+ category: "Platform Overview",
+ date: "Feb 26, 2025 • 2:00 PM EST",
+ icon: ,
+ image: "https://images.unsplash.com/photo-1552664730-d307ca884978?w=500&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MTF8fHdlYmluYXJ8ZW58MHx8MHx8fDA%3D"
+ },
+ {
+ title: "AI-Driven Business Intelligence: From Data to Decisions",
+ excerpt: "Explore how to transform raw business data into actionable insights using Everyday's AI capabilities. Learn practical applications for various departments including sales, marketing, and operations.",
+ category: "Business Intelligence",
+ date: "Mar 5, 2025 • 1:00 PM EST",
+ icon: ,
+ image: "https://images.unsplash.com/photo-1573164713988-8665fc963095?w=500&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8M3x8ZGF0YSUyMGFuYWx5c2lzfGVufDB8fDB8fHww"
+ },
+ {
+ title: "Building Custom AI Workflows: Advanced Techniques",
+ excerpt: "Take your AI workflow skills to the next level. This advanced session covers complex scenarios, custom integrations, and best practices for enterprise-grade workflow development.",
+ category: "Advanced Training",
+ date: "Mar 12, 2025 • 3:00 PM EST",
+ icon: ,
+ image: "https://images.unsplash.com/photo-1581094794329-c8112a89af12?w=500&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8OHx8YWR2YW5jZWQlMjB0ZWNobm9sb2d5fGVufDB8fDB8fHww"
+ }
+];
+
+const webinarCategories = [
+ {
+ title: "Live Webinars",
+ description: "Join interactive sessions with real-time Q&A and demonstrations",
+ icon:
+ },
+ {
+ title: "On-Demand",
+ description: "Access our library of recorded webinars to learn at your own pace",
+ icon:
+ },
+ {
+ title: "Getting Started",
+ description: "Perfect for newcomers looking to quickly understand and implement our platform",
+ icon:
+ },
+ {
+ title: "Advanced Training",
+ description: "Deep dives into complex features and advanced use cases for power users",
+ icon:
+ }
+];
+
+const WebinarSection = () => {
+ return (
+
+ Whether you prefer live interaction or learning at your own pace, we've got you covered.
+ Our webinars are available both live and on-demand, providing flexibility for your busy schedule.
+