"use client";
import React from 'react';
import { motion } from "framer-motion";
import { HoverEffect } from '@/components/ui/card-hover-effect';
import { TextGenerateEffect } from "@/components/ui/text-generate-effect";
import {
FaBlog, FaRobot, FaCode, FaLightbulb, FaGlobe,
FaBrain, FaRss, FaMicrochip, FaNewspaper
} from 'react-icons/fa';
import Navbar from '@/components/Navbar/navbar';
import Footer from '@/components/footer';
import { DotPattern } from '@/components/magicui/dot-pattern';
import { cn } from '@/lib/utils';
const floatingWords = [
"C", "f", "t", "n", "x", "g",
"a", "s", "h/", "4", "g.js",
"g", "e", "Code", "v", "b", "5",
"e", "e", "UI/UX", "6", "js",
"2", "e", "Code", "d", "j", "Design",
"t", "w", "UI/UX", "t", "t",
];
const generateRandomPosition = () => ({
x: Math.random() * 100 - 50 + "vw", // Random X position
y: Math.random() * 100 - 50 + "vh", // Random Y position
opacity: Math.random() * 0.5 + 0.3, // Random opacity (faded effect)
scale: Math.random() * 0.7 + 0.5, // Random scale for variation
});
const heading = "Explore Our Blogs";
const description = "Stay informed with the latest insights on AI agents, enterprise technology, and digital transformation. Our blog features expert articles, practical guides, and thought leadership pieces.";
const blogLink = "https://everydayseries.com/?__hstc=131524315.44ca9acfdfb12f3a6754faae18ec617e.1736862124713.1740446338560.1740449080633.32&__hssc=131524315.2.1740449080633&__hsfp=2021807260";
const featuredPosts = [
{
title: "The Evolution of AI Agents in Enterprise Workflows",
excerpt: "Discover how AI agents are transforming business processes and creating unprecedented efficiency across organizations.",
category: "AI Trends",
date: "Feb 18, 2025",
icon:
{post.excerpt}
Read more{category.description}
))}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.