From e32f4efa58106884acb3b1b3d21fc15fc768e4ed Mon Sep 17 00:00:00 2001 From: codebox283 <87943295+codebox283@users.noreply.github.com> Date: Wed, 26 Feb 2025 19:27:15 +0530 Subject: [PATCH] added pages and updated hero --- app/community/page.tsx | 429 +++++++++++++++++++++ app/marketplace/page.tsx | 1 - app/meetups/page.tsx | 375 ++++++++++++++++++ app/pricing/page.tsx | 91 +++-- components/Agents/business-verticals.tsx | 27 +- components/Agents/sample-agents.tsx | 3 +- components/Features/features-bento.tsx | 132 +------ components/Features/features-clickable.tsx | 7 + components/Features/features.tsx | 35 +- components/How/how.tsx | 13 - next.config.ts | 6 +- 11 files changed, 924 insertions(+), 195 deletions(-) create mode 100644 app/community/page.tsx create mode 100644 app/meetups/page.tsx diff --git a/app/community/page.tsx b/app/community/page.tsx new file mode 100644 index 0000000..afab93f --- /dev/null +++ b/app/community/page.tsx @@ -0,0 +1,429 @@ +"use client"; +import React, { useRef } from 'react'; +import { motion, useScroll, useInView } from "framer-motion"; +import Navbar from '@/components/Navbar/navbar'; +import Footer from '@/components/footer'; + +const Community = () => { + // Animation variants + const fadeUp = { + hidden: { opacity: 0, y: 30 }, + visible: { + opacity: 1, + y: 0, + transition: { duration: 0.7, ease: "easeOut" } + } + }; + + const staggerContainer = { + hidden: { opacity: 0 }, + visible: { + opacity: 1, + transition: { + staggerChildren: 0.15 + } + } + }; + + const cardVariant = { + hidden: { opacity: 0, y: 20 }, + visible: { + opacity: 1, + y: 0, + transition: { duration: 0.5, ease: "easeOut" } + } + }; + + return ( +
Connect with a diverse group of solopreneurs offering innovative products and services, creating opportunities for cross-collaboration.
+We partner with small and medium businesses as well as enterprise organizations to co-create and deploy cutting-edge AI solutions that drive growth and efficiency.
+Gain exclusive access to resources, expert-led sessions, and collaborative projects that enhance your skills and expand your network.
+Be a part of a community where your ideas matter, and collective intelligence sparks breakthrough innovations.
+Engage with partners and industry leaders to develop AI solutions that solve real business challenges and drive market success.
+{item.description}
+{description}
{/* Separator Line */}For Price :
-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.
- {/*{selectedItem.description}
+ Learn More