Integrate DualCTA component into rechtsanwaelte page.
This commit is contained in:
@@ -5,6 +5,7 @@ import {useState} from 'react';
|
||||
import Image from 'next/image';
|
||||
import {motion, AnimatePresence} from 'framer-motion';
|
||||
import SubpageHero from '@/components/SubpageHero';
|
||||
import DualCTA from "@/components/DualCTA";
|
||||
|
||||
type Lawyer = {
|
||||
name: string;
|
||||
@@ -141,6 +142,8 @@ export default function AnwaltOverviewPage() {
|
||||
)}
|
||||
</AnimatePresence>
|
||||
</main>
|
||||
|
||||
<DualCTA />
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user