"use client"; import { motion } from "framer-motion"; import { Github, Medium, Notion, Reddit, Twitter, } from "@repo/ui/components/icons"; import Image from "next/image"; const icons = [
,
,
,
,
, ]; const RotatingIcons: React.FC = () => { return (
Collect any data{" "} any website on the internet
{icons.map((icon, index) => ( {icon} ))} Supermemory logo

... and bring it into your second brain

); }; export default RotatingIcons;