Components
Loading preview...
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.
@jatin-yadav05
npx shadcn@latest add https://21st.dev/r/jatin-yadav05/showcase-card-1import { 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 };