import { getSiteContents } from "@/lib/data" import { ContactForm } from "@/components/contact/contact-form" import { Mail, MapPin, Phone, Instagram, Youtube } from "lucide-react" import { FaTiktok } from "react-icons/fa" import Link from "next/link" export default async function ContactPage() { const siteSettings = await getSiteContents() return (
Sorularınız, teklif talepleriniz veya teknik destek için bize ulaşın.
Merkez Ofis & Showroom
{siteSettings.contact_address || "Organize Sanayi Bölgesi, 12. Cadde No: 45\nBaşakşehir, İstanbul"}
Telefon
{siteSettings.contact_phone || "+90 (212) 555 00 00"}
E-posta
{siteSettings.contact_email || "info@parakasa.com"}