{/* Navigation & Selection (Left) */}
{/* Mode Switcher */}
)}
{/* Summary (Right) */}
{currentCategories.map((cat) => (
))}
{/* Water Cooling Banner */}
{config.isCustomLoop && waterCoolingCategories.includes(activeCategory) && (
Expert Craftsmanship
Our custom loops are pressure tested for 48 hours and use only high-grade medical acrylic or surgical steel fittings. Every bend is handcrafted.
{PC_PARTS.filter(p => p.category === activeCategory).map((part) => (
selectPart(part)}
className={`relative group p-6 rounded-2xl border transition-all cursor-pointer ${
(config as any)[part.category.toLowerCase()]?.id === part.id
? (config.isCustomLoop && waterCoolingCategories.includes(activeCategory) ? 'border-cyan-500 bg-cyan-500/5' : 'border-blue-500 bg-blue-500/5')
: 'border-white/5 bg-white/5 hover:border-white/20'
}`}
>
{waterCoolingCategories.includes(part.category) && (
)}
))}
{part.name}
{part.description}
${part.price}
{(config as any)[part.category.toLowerCase()]?.id === part.id && (
)}
BUILD SUMMARY
{currentCategories.map((cat) => {
const part = (config as any)[cat.toLowerCase()];
const isWaterCooling = waterCoolingCategories.includes(cat);
return (
);
})}
{cat}
{isWaterCooling && }
{part ? part.name : 'Not Selected'}
{part ? `$${part.price}` : '--'}
{part && (
)}
Total Estimated
${totalPrice.toLocaleString()}
{config.isCustomLoop ? 'Includes bespoke loop design, 48h pressure testing, and professional cable management.' : 'Price includes precision building, OS installation, and stress testing.' }