diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 825833d..c95de88 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -4,11 +4,52 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; -import FaqSplitText from "@/components/sections/faq/FaqSplitText"; -import { Mail, Zap } from "lucide-react"; import Link from "next/link"; +import { Mail, Zap } from "lucide-react"; export default function ContactPage() { + const navItems = [ + { name: "Tjenester", id: "services" }, + { name: "Cases", id: "cases" }, + { name: "Priser", id: "pricing" }, + { name: "Om Os", id: "about" }, + ]; + + const footerColumns = [ + { + items: [ + { label: "Tjenester", href: "/#services" }, + { label: "Cases", href: "/#cases" }, + { label: "Priser", href: "/#pricing" }, + { label: "Blog", href: "/blog" }, + ], + }, + { + items: [ + { label: "Om Os", href: "/#about" }, + { label: "Kontakt", href: "/contact" }, + { label: "FAQ", href: "/#faq" }, + { label: "Book Demo", href: "/contact" }, + ], + }, + { + items: [ + { label: "LinkedIn", href: "https://linkedin.com/company/aibureau-dk" }, + { label: "Instagram", href: "https://instagram.com/aibureau.dk" }, + { label: "Twitter", href: "https://twitter.com/aibureau_dk" }, + { label: "Email", href: "mailto:hello@aibureau.dk" }, + ], + }, + { + items: [ + { label: "Privatlivspolitik", href: "#" }, + { label: "Vilkår", href: "#" }, + { label: "Cookies", href: "#" }, + { label: "Sitemap", href: "#" }, + ], + }, + ]; + return ( -
- +
+
+
+

+ Kontakt Os Direkte +

+

+ Vil du gerne høre mere? Send os en besked, og vi vender tilbage inden for 24 timer. +

+ +
+
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ + +
+ +
+

+ Foretrækker du at skrive direkte? +

+ +
+
+