Add new pages and ocmponents using shadcn ui components
This commit is contained in:
11
lawfirm-demos/demo-2/components/About.tsx
Normal file
11
lawfirm-demos/demo-2/components/About.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
export default function About() {
|
||||
return (
|
||||
<section className="py-16 px-4 max-w-3xl mx-auto">
|
||||
<h2 className="text-3xl font-bold text-center mb-8">Über mich</h2>
|
||||
<p className="text-lg leading-relaxed text-gray-700 dark:text-gray-300">
|
||||
Ich bin Max Mustermann, selbstständiger Rechtsanwalt mit Spezialisierung auf Zivilrecht und Vertragsrecht.
|
||||
Seit über 10 Jahren berate und vertrete ich Mandanten engagiert, individuell und mit juristischer Präzision.
|
||||
</p>
|
||||
</section>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user