Add AnwaltOverviewPage for lawyer overview; adjust team data and images; refactor Links structure; update affected components.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import Link from 'next/link';
|
||||
import Links from "@/app/Links";
|
||||
import Links from "@/data/Links";
|
||||
|
||||
export default function Footer() {
|
||||
return (
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
import {useEffect, useState} from 'react';
|
||||
import Link from 'next/link';
|
||||
import Links from '@/app/Links';
|
||||
import Links from '@/data/Links';
|
||||
import {usePathname} from 'next/navigation';
|
||||
|
||||
export default function Navbar() {
|
||||
@@ -35,7 +35,7 @@ export default function Navbar() {
|
||||
</Link>
|
||||
<div className="space-x-6 text-base md:text-lg font-semibold">
|
||||
<Link href={Links.about}>Über uns</Link>
|
||||
<Link href={Links.legalFields}>Rechtsgebiete</Link>
|
||||
<Link href={Links.lawyers}>Rechtsanwälte</Link>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
Reference in New Issue
Block a user