"use client" import Link from "next/link" import { Button } from "@/components/ui/button" import { Card, CardContent, CardDescription, CardHeader, CardTitle } from "@/components/ui/card" import { Cpu, Wrench, Users, BookOpen, Zap, BarChart3, MessageSquare, ShoppingCart, Star, LayoutGrid, ArrowRight, } from "lucide-react" const services = [ { title: "PC Builder", description: "Plan your custom PC with our interactive builder. Add components by category, stay within budget, and get real-time compatibility checks before you buy.", href: "/builder", icon: Wrench, color: "text-blue-600 dark:text-blue-400", bg: "bg-blue-500/10 dark:bg-blue-500/20 border-blue-200 dark:border-blue-800", }, { title: "Community Builds", description: "Browse, like, and share builds from the community. Discover popular configurations and get inspiration for Gaming, Office, and Academic setups.", href: "/builds", icon: Users, color: "text-purple-600 dark:text-purple-400", bg: "bg-purple-500/10 dark:bg-purple-500/20 border-purple-200 dark:border-purple-800", }, { title: "Build Guides", description: "Step-by-step tutorials and guides—from PC assembly to part selection. Beginner-friendly with difficulty levels and estimated costs.", href: "/guides", icon: BookOpen, color: "text-amber-600 dark:text-amber-400", bg: "bg-amber-500/10 dark:bg-amber-500/20 border-amber-200 dark:border-amber-800", }, { title: "Compatibility Checker", description: "Smart compatibility checking: CPU–motherboard sockets, RAM type, PSU wattage, GPU–case fit, and more. Warnings and errors before you commit.", href: "/builder", icon: Zap, color: "text-emerald-600 dark:text-emerald-400", bg: "bg-emerald-500/10 dark:bg-emerald-500/20 border-emerald-200 dark:border-emerald-800", }, { title: "Compare Builds", description: "Side-by-side comparison of builds or components. Compare prices, specs, and performance to choose the best option.", href: "/compare", icon: BarChart3, color: "text-slate-600 dark:text-slate-400", bg: "bg-slate-500/10 dark:bg-slate-500/20 border-slate-200 dark:border-slate-700", }, { title: "Purchase & Checkout", description: "Get purchase options and summary for your build. Export or send build details for buying from retailers.", href: "/purchase", icon: ShoppingCart, color: "text-blue-600 dark:text-blue-400", bg: "bg-blue-500/10 dark:bg-blue-500/20 border-blue-200 dark:border-blue-800", }, { title: "Expert Recommendations", description: "CSP and graph-based algorithms suggest optimal components for your budget, use case, and performance needs. Upgrade paths and alternatives.", href: "/builder", icon: Star, color: "text-yellow-600 dark:text-yellow-400", bg: "bg-yellow-500/10 dark:bg-yellow-500/20 border-yellow-200 dark:border-yellow-800", }, { title: "Support & Help", description: "Submit tickets, browse FAQs, and get help with troubleshooting, build problems, delivery, or general questions.", href: "/support", icon: MessageSquare, color: "text-indigo-600 dark:text-indigo-400", bg: "bg-indigo-500/10 dark:bg-indigo-500/20 border-indigo-200 dark:border-indigo-800", }, ] export default function ServicesPage() { return (
Everything you need to plan, build, and manage your custom PC—compatibility, community, guides, and support.
Gaming · Office · Academic — we support every build type.