export const SITE = {
  name: "RUF STRATEGIC",
  tagline: "Building Businesses, End to End",
  motto: "One Partner. One Strategy. Endless Possibilities.",
  description: "RUF Strategic Group adalah mitra strategis untuk membangun bisnis dari nol hingga scale — end-to-end.",
  url: "https://rufstrategic.id",
  locale: "id",
};

export const NAV_LINKS = [
  { label: "Beranda", href: "/" },
  { label: "Portfolio", href: "/portfolio" },
  { label: "Tentang Kami", href: "/tentang-kami" },
  { label: "Kontak Kami", href: "/kontak-kami" },
];

export const CONTACT = {
  whatsapp: "6285172340332",
  phone: "0851-7234-0332",
  email: "hello@ruf-strategic.com",
  location: "Indonesia (kantor by appointment)",
  hours: "Sen–Jum 09:00–18:00 WIB, Sab 10:00–15:00 WIB",
  response: "Form & email direspon dalam 24 jam",
};

export const SOCIAL = [
  { label: "Instagram", href: "#" },
  { label: "LinkedIn", href: "#" },
  { label: "YouTube", href: "#" },
  { label: "TikTok", href: "#" },
];
