diff --git a/lawfirm-demos/demo-1/components/Hero.tsx b/lawfirm-demos/demo-1/components/Hero.tsx index 6a7f5b8..0c668e6 100644 --- a/lawfirm-demos/demo-1/components/Hero.tsx +++ b/lawfirm-demos/demo-1/components/Hero.tsx @@ -1,17 +1,17 @@ 'use client'; import Image from 'next/image'; -import {motion} from 'framer-motion'; -import {Typewriter} from "react-simple-typewriter"; +import { motion } from 'framer-motion'; +import { Typewriter } from 'react-simple-typewriter'; const services = ['Arbeitsrecht', 'Familienrecht', 'Vertragsrecht']; -export default function Header() { +export default function Hero() { return (
- Ihr Experte für + Rechtsanwälte - + Dr. Mustermann & Künstler + - in Lörrach und Freiburg. + Ihr Experte für + + +
); -} \ No newline at end of file +}