import { Container } from "@/components/ui/Container"; import { Button } from "@/components/ui/Button"; import { Reveal } from "@/components/ui/Reveal"; import { Video } from "@/components/ui/Video"; import { media } from "@/lib/assets"; /** * Experiences — a full-bleed immersion band: the in-headset footage runs edge to * edge with the copy and one CTA laid over a low-left scrim, exactly the * original's cinematic break between the product sections. */ export function Experiences({ href = "#experiences" }: { href?: string }) { return (
); }