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