import Logo from "@/assets/logo.svg" import CustomButton from "@/components/ui/customButton" import { ChevronRight } from "lucide-react" import Image from "next/image" import Link from "next/link" import { Button } from "../ui/button" import { ThemeSwitcher } from "../ui/theme-switcher" export default function Landing() { return (
Logo

A Collaborative + AI-Powered Code Environment

{/*

Sandbox is an open-source cloud-based code editing environment with custom AI code autocompletion and real-time collaboration.

*/}

A cloud-based code editor featuring real-time collaboration, intelligent code autocompletion, and an AI assistant to help you code faster and smarter.

Go To App GitHub Repository
) }