export const en = {
  dir: "ltr" as const,
  lang: "en" as const,
  langLabel: "العربية",
  langSwitch: "AR",

  nav: {
    home: "Home",
    products: "Products",
    whyUnipam: "Why UNIPAM",
    about: "About Us",
    contact: "Contact",
    blog: "Blog",
    distributor: "Become a Distributor",
  },
  blog: {
    sectionTag: "Our Blog",
    title: "Latest Baby Care Tips",
    subtitle: "Insights and advice for happy babies and healthy parents.",
    readMore: "Read More",
    categories: ["Tips", "Care", "News", "Safety"],
  },

  hero: {
    badge: "Premium Baby Care",
    title: "UNIPAM Baby Diapers",
    slogan: "Tiny touch, big care",
    description:
      "Soft, reliable, and comfortable diapers designed to keep babies dry, happy, and protected every day.",
    cta1: "Explore Products",
    cta2: "Contact Us",
  },

  homeIntro: {
    title: "Who We Are",
    description: "UNIPAM is dedicated to providing the highest quality baby care products. With years of research and innovation, we bring you diapers that offer unparalleled comfort, superior absorption, and ultimate skin protection. Watch our story and see how we craft every diaper with love and science.",
    cta: "Learn More About Us",
  },

  videoCta: {
    title: "Experience the UNIPAM Difference",
    subtitle: "Premium care for your baby's most precious moments.",
    button: "Order Now via WhatsApp",
  },

  products: {
    sectionTag: "Our Collection",
    title: "Our Products",
    subtitle: "Discover the perfect fit for your little one at every stage of growth.",
    filterAll: "All Sizes",
    askAvailability: "Ask for Availability",
    benefits: {
      ultraSoft: "Ultra soft touch",
      highAbsorption: "High absorption",
      leakProtection: "Leak protection",
      breathable: "Breathable layers",
      comfortableFit: "Comfortable fit",
      gentleSkin: "Gentle on sensitive skin",
    },
    sizes: [
      {
        id: "newborn",
        number: 1,
        name: "Newborn",
        label: "Size 1",
        weight: "2 – 5 kg",
        image: "/images/Design-sans-titre-removebg-preview.png",
        benefits: ["ultraSoft", "gentleSkin", "breathable"],
      },
      {
        id: "mini",
        number: 2,
        name: "Mini",
        label: "Size 2",
        weight: "3 – 6 kg",
        image: "/mini-9-3d-kopya-4-950x1024-1.png",
        benefits: ["ultraSoft", "highAbsorption", "gentleSkin"],
      },
      {
        id: "midi",
        number: 3,
        name: "Midi",
        label: "Size 3",
        weight: "4 – 9 kg",
        image: "/images/product-3d-3.png",
        benefits: ["highAbsorption", "leakProtection", "comfortableFit"],
      },
      {
        id: "maxi",
        number: 4,
        name: "Maxi",
        label: "Size 4",
        weight: "7 – 18 kg",
        image: "/images/4-removebg-preview.png",
        benefits: ["leakProtection", "breathable", "comfortableFit"],
      },
      {
        id: "junior",
        number: 5,
        name: "Junior",
        label: "Size 5",
        weight: "11 – 25 kg",
        image: "/images/Design-sans-titre-1-1-removebg-preview.png",
        benefits: ["highAbsorption", "leakProtection", "comfortableFit"],
      },
      {
        id: "juniorPlus",
        number: 6,
        name: "Junior Plus",
        label: "Size 6",
        weight: "16+ kg",
        image: "/6 xlarge 3d kopya.png",
        benefits: ["leakProtection", "breathable", "comfortableFit"],
      },
    ],
  },

  whyUnipam: {
    sectionTag: "Why Choose Us",
    title: "Why UNIPAM?",
    subtitle: "Every diaper is crafted with love, science, and the highest standards of care.",
    cards: [
      {
        title: "Soft Touch",
        description: "Cloud-like softness that pampers your baby's delicate skin with every touch.",
        icon: "Feather",
      },
      {
        title: "High Absorption",
        description: "Advanced absorption technology keeps your baby dry for hours of worry-free play.",
        icon: "Droplets",
      },
      {
        title: "Leak Guard",
        description: "Double leak barriers provide 360° protection for uninterrupted sleep and activity.",
        icon: "ShieldCheck",
      },
      {
        title: "Breathable Comfort",
        description: "Micro-porous layers allow air circulation, keeping skin cool and healthy.",
        icon: "Wind",
      },
      {
        title: "Skin Friendly",
        description: "Hypoallergenic materials tested by dermatologists, safe for the most sensitive skin.",
        icon: "Heart",
      },
      {
        title: "Daily Protection",
        description: "Reliable all-day and all-night protection so you and your baby can rest easy.",
        icon: "Sun",
      },
    ],
  },

  advisor: {
    sectionTag: "Find the Right Fit",
    title: "Diaper Advisor",
    subtitle: "Answer a few simple questions and we'll recommend the perfect diaper size for your baby.",
    babyAge: "Baby's Age",
    babyWeight: "Baby's Weight (kg)",
    skinSensitivity: "Skin Sensitivity",
    activityLevel: "Activity Level",
    getRecommendation: "Get Recommendation",
    reset: "Start Over",
    ages: [
      "0 – 3 months",
      "3 – 6 months",
      "6 – 12 months",
      "12 – 18 months",
      "18 – 24 months",
      "24+ months",
    ],
    sensitivity: ["Low", "Medium", "High"],
    activity: ["Low", "Medium", "High"],
    resultTitle: "Recommended Size",
    careTips: "Care Tips",
    disclaimer: "This recommendation is for guidance only. Please consult your pediatrician for specific needs.",
    tips: {
      low: "Your baby's skin is resilient! Standard diaper changes every 3-4 hours work great.",
      medium: "Consider using a gentle barrier cream and change diapers every 2-3 hours.",
      high: "Use fragrance-free diapers, apply barrier cream, and change frequently every 1-2 hours.",
    },
    activityTips: {
      low: "A snug fit diaper works perfectly for your calm little one.",
      medium: "Ensure the diaper has flexible sides for comfortable movement.",
      high: "Choose diapers with extra stretch and secure tabs for your active explorer!",
    },
  },

  about: {
    sectionTag: "Our Story",
    title: "About UNIPAM",
    description:
      "UNIPAM is a baby-care brand focused on providing comfortable, reliable, and gentle diaper solutions for everyday family needs. With a caring approach and attention to quality, UNIPAM supports parents with products designed for softness, dryness, and confidence.",
    valuesTitle: "Our Values",
    values: [
      { label: "Care", icon: "Heart" },
      { label: "Comfort", icon: "Cloud" },
      { label: "Trust", icon: "Shield" },
      { label: "Quality", icon: "Award" },
      { label: "Family", icon: "Users" },
    ],
  },

  contact: {
    sectionTag: "Get in Touch",
    title: "Contact Us",
    subtitle: "Have a question or want to become a distributor? We'd love to hear from you.",
    name: "Full Name",
    phone: "Phone Number",
    email: "Email Address",
    country: "Country",
    message: "Your Message",
    inquiryType: "Inquiry Type",
    inquiryTypes: ["Retail", "Wholesale", "Distributor", "General Inquiry"],
    send: "Send Message",
    sending: "Sending...",
    success: "Message sent successfully! We'll get back to you soon.",
    whatsapp: "Chat on WhatsApp",
    facebook: "Follow on Facebook",
    emailLabel: "Email",
    phoneLabel: "Phone",
    locationLabel: "Location",
    emailValue: "info@unipamubc.com",
    phoneValue: "+90 552 450 21 79",
    locationValue: "Istanbul, Turkey",
    namePlaceholder: "Enter your full name",
    phonePlaceholder: "Enter your phone number",
    emailPlaceholder: "Enter your email",
    countryPlaceholder: "Enter your country",
    messagePlaceholder: "Write your message here...",
    validation: {
      nameRequired: "Name is required",
      emailRequired: "Email is required",
      emailInvalid: "Please enter a valid email",
      messageRequired: "Message is required",
    },
  },

  footer: {
    slogan: "Tiny touch, big care",
    description: "Premium baby diapers designed for comfort, softness, and reliability.",
    quickLinks: "Quick Links",
    contactInfo: "Contact Info",
    followUs: "Follow Us",
    rights: "All rights reserved.",
    parentCompany: "A brand by UBC Holding",
  },
};

export type Translations = Omit<typeof en, "dir" | "lang" | "langLabel" | "langSwitch"> & {
  dir: "ltr" | "rtl";
  lang: "en" | "ar";
  langLabel: string;
  langSwitch: string;
};
