import Image from 'next/image' import clsx from 'clsx' import { Button } from '@/components/Button' import { Container } from '@/components/Container' import { Logo_hero } from '@/components/Logo_hero' import { H1, P } from '@/components/UI/Texts' type HeroProps = { className?: string } export function Hero({ className }: HeroProps) { return (
{/* Video Background */} {/* Overlay for better text readability */}
{/* Content */}

Shaping the future of Augmented Collective Intelligence

At OurWorld, we are building the required infrastructures and tools to enable an Augmented Collective Intelligence ; creating a sovereign, sustainable, and autonomous future for all.

) }