diff --git a/app/page.tsx b/app/page.tsx index 2be56ee..2a2c081 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -6,6 +6,7 @@ import { Testimonials } from '@/components/testimonials' import { CTA } from '@/components/cta' import { Footer } from '@/components/footer' import { Navbar } from '@/components/navbar' +import ActivityTimeline from '@/components/ActivityTimeline'; export default function Home() { return ( @@ -13,6 +14,11 @@ export default function Home() { + {/* This is the timeline section we added */} +
+ +
+ @@ -20,5 +26,5 @@ export default function Home() {