2 Commits

Author SHA1 Message Date
5f3a9c9f28 Merge version_2_1781444721379 into main
Merge version_2_1781444721379 into main
2026-06-14 13:46:21 +00:00
kudinDmitriyUp
9d9f54ee95 Bob AI: Update the mock data in the products section: replace existing items with real p 2026-06-14 13:46:18 +00:00

View File

@@ -66,51 +66,51 @@ export default function HomePage() {
<div id="products" data-section="products">
<SectionErrorBoundary name="products">
<FeaturesRevealCardsBento
tag="Categories"
title="Explore Our Product Ecosystem"
description="Find everything you need to build the ultimate setup."
tag="Featured Products"
title="Top Hardware & Peripherals"
description="Discover our selection of premium components from top brands."
items={[
{
title: "PC Gaming",
description: "Custom built rigs for elite performance.",
title: "ASUS ROG Strix RTX 4090",
description: "Ultimate gaming performance. €2010,00",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/technology-texture-background_23-2148105458.jpg",
imageSrc: "https://images.unsplash.com/photo-1591488320449-011701bb6704?auto=format&fit=crop&q=80&w=800",
},
{
title: "Notebooks",
description: "Powerful laptops for on-the-go professionals.",
title: "Corsair Vengeance RGB 32GB",
description: "High-speed DDR5 memory. €160,00",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/technology-background-texture_23-2148105520.jpg",
imageSrc: "https://images.unsplash.com/photo-1541807084-5c52b6b3adef?auto=format&fit=crop&q=80&w=800",
},
{
title: "Hardware",
description: "Components and internals for DIY builds.",
title: "Logitech G Pro X Superlight",
description: "Ultra-lightweight gaming mouse. €160,00",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-air-fryer_23-2151723442.jpg",
imageSrc: "https://images.unsplash.com/photo-1527814050087-379381547996?auto=format&fit=crop&q=80&w=800",
},
{
title: "Monitors",
description: "High refresh rate and color accuracy.",
title: "WD Black SN850X 2TB",
description: "Blazing fast NVMe SSD. €190,00",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/innovative-businessman-working-modern-laptop-inside-generated-by-ai_188544-27376.jpg",
imageSrc: "https://images.unsplash.com/photo-1597872200969-2b65d56bd16b?auto=format&fit=crop&q=80&w=800",
},
{
title: "Peripherals",
description: "Elite mice, keyboards, and audio.",
title: "Samsung Odyssey G9 49\"",
description: "Curved ultrawide gaming monitor. €1210,00",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/view-retro-computer-hardware_23-2149506834.jpg",
imageSrc: "https://images.unsplash.com/photo-1527443224154-c4a3942d3acf?auto=format&fit=crop&q=80&w=800",
},
{
title: "Networking",
description: "Enterprise-grade connectivity solutions.",
title: "ASUS ROG Crosshair X670E",
description: "Premium AM5 motherboard. €610,00",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/technician-doing-yearly-checkup-using-tablet-preserve-data-center-electronics_482257-122252.jpg",
imageSrc: "https://images.unsplash.com/photo-1518770660439-4636190af475?auto=format&fit=crop&q=80&w=800",
},
{
title: "Software",
description: "System tools and productivity suites.",
title: "Corsair RM1000x 1000W",
description: "Fully modular ATX power supply. €190,00",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/ai-site-helping-with-software-production_1268-21627.jpg",
imageSrc: "https://images.unsplash.com/photo-1587202372634-32705e3bf49c?auto=format&fit=crop&q=80&w=800",
},
]}
/>