export const SITE = {
  name: "Instant WordPress Fix",
  legalName: "Instant WordPress Fix — Fast Web Services",
  tagline: "WordPress Problems? Get Them Fixed Fast by an Expert.",
  url: "https://instantwordpressfix.com",
  email: "support@instantwordpressfix.com",
  phone: "+91 98765 43210",
  whatsapp: "919876543210",
  responseTime: "Reply in under 30 minutes",
  founded: "2019",
  experienceYears: 5,
  sitesFixed: 100,
};

export const NAV = [
  { to: "/" as const, label: "Home" },
  { to: "/services" as const, label: "Services" },
  { to: "/case-studies" as const, label: "Case Studies" },
  { to: "/pricing" as const, label: "Pricing" },
  { to: "/blog" as const, label: "Blog" },
  { to: "/about" as const, label: "About" },
  { to: "/contact" as const, label: "Contact" },
];

export const SERVICES = [
  { slug: "wordpress-malware-removal", title: "WordPress Malware Removal", short: "Deep-clean infected files, database & cron jobs.", price: "₹4,999", priceUSD: "$69", icon: "ShieldCheck" },
  { slug: "fix-hacked-wordpress-site", title: "Fix Hacked WordPress Site", short: "Full recovery, backdoor removal & hardening.", price: "₹8,999", priceUSD: "$119", icon: "ShieldAlert" },
  { slug: "wordpress-bug-fixing", title: "WordPress Bug Fixing", short: "Plugin conflicts, PHP errors, white screen.", price: "₹1,999", priceUSD: "$29", icon: "Bug" },
  { slug: "woocommerce-fixes", title: "WooCommerce Fixes", short: "Cart, checkout, payment gateway & tax issues.", price: "₹2,999", priceUSD: "$39", icon: "ShoppingCart" },
  { slug: "wordpress-speed-optimization", title: "Speed Optimization", short: "Hit 90+ PageSpeed. Cache, images, scripts.", price: "₹3,999", priceUSD: "$54", icon: "Gauge" },
  { slug: "monthly-wordpress-maintenance", title: "Monthly Maintenance", short: "Backups, updates, malware scans & uptime.", price: "₹5,999/mo", priceUSD: "$79/mo", icon: "Wrench" },
  { slug: "website-redesign-minor-changes", title: "Redesign & Minor Changes", short: "Design tweaks, mobile fixes, content edits.", price: "₹1,499", priceUSD: "$19", icon: "Paintbrush" },
];

export const CITIES = [
  { slug: "wordpress-expert-mumbai", city: "Mumbai", country: "India" },
  { slug: "wordpress-expert-pune", city: "Pune", country: "India" },
  { slug: "wordpress-developer-delhi", city: "Delhi", country: "India" },
  { slug: "wordpress-malware-removal-india", city: "India", country: "India", scope: "All India" },
];

export const TESTIMONIALS = [
  { name: "Priya Nair", role: "Founder, Bloom Skincare", text: "Our store was hacked overnight. FixWP Pro had it cleaned, hardened and live within 6 hours. Lifesaver.", rating: 5 },
  { name: "Marcus Hale", role: "Agency Owner, UK", text: "We outsource every WordPress emergency here. Always quick, always clean code. Worth every rupee.", rating: 5 },
  { name: "Rahul Mehta", role: "CEO, Mehta Exports", text: "PageSpeed went from 41 to 96. Sales from organic traffic doubled in two months.", rating: 5 },
  { name: "Sara Lopez", role: "Blogger", text: "White screen of death on my biggest launch day. Fixed in 40 minutes. Communication was perfect.", rating: 5 },
  { name: "Aditya Sharma", role: "WooCommerce Store", text: "Razorpay gateway kept failing. Found the conflict in 20 mins, no more lost orders.", rating: 5 },
  { name: "Jenna Park", role: "Course Creator", text: "Honest pricing, no upsells, fast turnaround. Already on the monthly plan.", rating: 5 },
];

export const FAQ = [
  { q: "How fast can you fix my WordPress site?", a: "Most issues — white screen, plugin conflicts, design fixes — are resolved within 1–4 hours. Malware removal and hacked-site recovery typically complete in 6–12 hours. Emergency same-day support is available." },
  { q: "Do I need to share my admin password?", a: "We recommend creating a temporary admin user and FTP/cPanel access. We delete all credentials after the job and you can rotate them immediately." },
  { q: "What if the issue comes back?", a: "Every fix includes a 14-day guarantee. If the same issue returns, we re-fix it free. Malware jobs include a 30-day clean guarantee." },
  { q: "Do you work with hosting providers?", a: "Yes. We've worked with Hostinger, SiteGround, Bluehost, GoDaddy, Cloudways, Kinsta, WP Engine, AWS Lightsail and more." },
  { q: "Will you affect my SEO rankings?", a: "No. We preserve URL structure, meta data and schema. Most clients see SEO improvements after our speed and security work." },
  { q: "Do you offer a money-back guarantee?", a: "Yes. If we cannot fix the issue, you get a 100% refund. We've maintained a 99% success rate across 100+ sites." },
];

export const WHATSAPP_LINK = `https://wa.me/${SITE.whatsapp}?text=${encodeURIComponent("Hi! I need help fixing my WordPress site.")}`;
