Components
A nature-themed feature section with a heading, intro text and a four-column grid of highlight cards, one of which is emphasized with a dark accent state.
Loading preview...
import { FeatureNature } from "@/components/ui/feature-nature";
export default function Default() {
return <FeatureNature />;
}