"use client"; import React from "react"; import { cn } from "@/lib/utils"; import { Spotlight } from "@/components/ui/Spotlight"; import { Logomark } from "@/components/Logo"; import { Button } from "@/components/Button"; export function SpotlightPreview() { return (
Announcing The New TF Marketplace.{' '}

Built by Everyone
for Everyone.

ThreeFold is a fully operational, decentralized internet infrastructure – deployed locally, scalable globally, and owned and powered by the people.

); }