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 Image from 'next/image';
|
||||||
import {motion, AnimatePresence} from 'framer-motion';
|
import {motion, AnimatePresence} from 'framer-motion';
|
||||||
import SubpageHero from '@/components/SubpageHero';
|
import SubpageHero from '@/components/SubpageHero';
|
||||||
|
import DualCTA from "@/components/DualCTA";
|
||||||
|
|
||||||
type Lawyer = {
|
type Lawyer = {
|
||||||
name: string;
|
name: string;
|
||||||
@@ -141,6 +142,8 @@ export default function AnwaltOverviewPage() {
|
|||||||
)}
|
)}
|
||||||
</AnimatePresence>
|
</AnimatePresence>
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
|
<DualCTA />
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user