Bob AI: Move contact section to /contacts page

This commit is contained in:
2026-02-09 12:52:21 +02:00
parent aa30375e60
commit 56e5cab676
2 changed files with 2 additions and 25 deletions

View File

@@ -1,5 +1,7 @@
"use client";
import { Mail, Zap } from "lucide-react";
import ContactFaq from "@/components/sections/contact/ContactFaq";
export default function ContactsPage() {