Add new pages and ocmponents using shadcn ui components
This commit is contained in:
10
lawfirm-demos/demo-2/components/Hero.tsx
Normal file
10
lawfirm-demos/demo-2/components/Hero.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
export default function Hero() {
|
||||
return (
|
||||
<section className="h-[80vh] flex flex-col items-center justify-center text-center px-4">
|
||||
<h1 className="text-4xl md:text-6xl font-bold mb-4">Rechtsanwalt Max Mustermann</h1>
|
||||
<p className="text-lg md:text-xl text-gray-600 dark:text-gray-300">
|
||||
Ihr Partner für Zivilrecht, Vertragsrecht und mehr
|
||||
</p>
|
||||
</section>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user