import Image from "next/image"; import React from "react"; import { Timeline } from "@/components/ui/timeline"; export function TimelineDemo() { const data = [ { title: "2024", content: (

Built and launched Aceternity UI and Aceternity UI Pro from scratch

startup template startup template startup template startup template
), }, { title: "Early 2023", content: (

I usually run out of copy, but when I see content this big, I try to integrate lorem ipsum.

Lorem ipsum is for people who are too lazy to write copy. But we are not. Here are some more example of beautiful designs I built.

hero template feature template bento template cards template
), }, { title: "Changelog", content: (

Deployed 5 new components on Aceternity today

✅ Card grid component
✅ Startup template Aceternity
✅ Random file upload lol
✅ Himesh Reshammiya Music CD
✅ Salman Bhai Fan Club registrations open
hero template feature template bento template cards template
), }, ]; return (
); }