import { BackgroundImage } from '@/components/BackgroundImage' import { Button } from '@/components/Button' import { Container } from '@/components/Container' const timeline = [ { name: 'Early Online Collaboration', description: 'In the early days, digital collaboration was limited to basic tools like email and simple chat platforms. Communication was often slow, and interactions were minimal.', date: 'Phase I', dateTime: '2021-08', }, { name: 'The Rise of Video Conferencing', description: 'With the advent of video conferencing tools like Zoom and Microsoft Teams, people could interact face-to-face online.', date: 'Phase II', dateTime: '2021-12', }, { name: 'Persistent Barriers', description: 'Despite technological advances, many still struggle to meet and collaborate due to lack of access to reliable tools or infrastructure.', date: 'Phase III', dateTime: '2022-02', }, { name: 'The OurVerse Solution', description: 'OurVerse introduces a fully immersive metaverse platform that makes collaboration accessible to all, enabling dynamic interactions and creativity beyond borders.', date: 'Phase IV', dateTime: '2022-12', }, { name: 'Unlimited Possibilities', description: "With OurVerse, you can create your own immersive virtual world as you envision it, making collaboration inclusive and without limits—the future is now.", date: 'Phase V', dateTime: '2022-12', }, ] export function Phasesdark() { return (

Experience True Collaboration

We’ve all experienced different ways to connect and collaborate online—through chat, video conferences, and shared platforms. But the reality is, not everyone has equal access. Many people around the world still face barriers due to limited tools, infrastructure, or platforms. Geographic, technical, and economic challenges make it hard for businesses, educators, and creators to collaborate effectively.

Our journey through five transformative phases of digital collaboration leads to OurVerse—an immersive metaverse platform designed to break down these barriers and unlock limitless opportunities for global connection and innovation.

{timeline.map((item) => (

{item.name}

{item.description}

))}
) }