Components
Loading preview...
I crafted this services section to clearly showcase what the business offers, making it easy for visitors to understand our value at a glance.
@ravikatiyar
npx shadcn@latest add https://21st.dev/r/ravikatiyar162/servicesimport ServicesSection from "@/components/ui/services";
export default function DemoOne() {
return <ServicesSection />;
}