Scroll through a 3D environment which showcases some of the most iconic cars in the drift world today.
import { Component } from "@/components/ui/drift-master"; export default function Demo() { return ( <div className="w-full"> <Component /> </div> ); }