Components
An about / why-us marketing section with feature highlights, a five-star testimonial, and statistic cards.
Loading preview...
import { AboutWhyUs } from "@/components/ui/about-whyus";
export default function AboutWhyUsDemo() {
return <AboutWhyUs />;
}