An elegant Bali Island showcase card with smooth animations, interactive elements, and a gradient text header that presents travel information in a visually appealing dark-themed interface.
import { Component } from "@/components/ui/showcase-card-1"; const DemoOne = () => { return ( <div className="flex w-full h-screen justify-center items-center"> <Component /> </div> ); }; export { DemoOne };