Components
On hover, the plant leaves gently rise and sway, creating a natural, growing effect, while the "Plant based" label subtly lifts with a soft shadow for depth.
Loading preview...
import { Component } from "@/components/ui/plant-button";
export default function DemoOne() {
return <Component />;
}