Introduce team section with lawyers data; create reusable LawyerCard, LawyerProfile, LawyerModal, and Divider components; refactor Über Uns page layout and content.
This commit is contained in:
3
lawfirm-demos/demo-1/components/Divider.tsx
Normal file
3
lawfirm-demos/demo-1/components/Divider.tsx
Normal file
@@ -0,0 +1,3 @@
|
||||
export default function Divider() {
|
||||
return <div className="w-full h-px bg-gray-200 my-16"/>;
|
||||
}
|
||||
Reference in New Issue
Block a user