feat: embed FlyerDownloadForm on FamilyGuard page
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session
This commit is contained in:
parent
0cc396e090
commit
48a36b3bf3
|
|
@ -1,6 +1,7 @@
|
||||||
import type { Metadata } from "next";
|
import type { Metadata } from "next";
|
||||||
import Link from "next/link";
|
import Link from "next/link";
|
||||||
import Logo from "@/components/Logo";
|
import Logo from "@/components/Logo";
|
||||||
|
import FlyerDownloadForm from "@/components/FlyerDownloadForm";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "MBO FamilyGuard – Familienschutz fürs Heimnetzwerk | MBO-Tech-IT",
|
title: "MBO FamilyGuard – Familienschutz fürs Heimnetzwerk | MBO-Tech-IT",
|
||||||
|
|
@ -203,6 +204,8 @@ export default function FamilyGuardPage() {
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<FlyerDownloadForm />
|
||||||
|
|
||||||
{/* Bottom callout */}
|
{/* Bottom callout */}
|
||||||
<div className="p-6 rounded-2xl border border-blue-500/20 bg-blue-500/5 text-center">
|
<div className="p-6 rounded-2xl border border-blue-500/20 bg-blue-500/5 text-center">
|
||||||
<p className="text-slate-900 dark:text-white font-bold mb-1">
|
<p className="text-slate-900 dark:text-white font-bold mb-1">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue