Merge version_2 into main #1

Merged
bender merged 1 commits from version_2 into main 2026-04-25 13:38:38 +00:00

View File

@@ -13,9 +13,14 @@ import FaqBase from "@/components/sections/faq/FaqBase";
import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterBase from "@/components/sections/footer/FooterBase";
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
import { Sparkles, Search, ArrowUpRight, Cpu, Shield, Zap, HardDrive, TrendingUp, Lock, Phone, MessageCircle, BookOpen, Tv, Camera, Music, Settings, Award, Users } from "lucide-react";
import { Sparkles, ArrowUpRight, Cpu, Shield, Zap, HardDrive } from "lucide-react";
export default function PCComponentsPage() {
const toggleLanguage = () => {
// Simple translation logic mock
alert("Language toggled between English and Italian");
};
return (
<ThemeProvider
defaultButtonVariant="text-stagger"
@@ -38,7 +43,7 @@ export default function PCComponentsPage() {
{ name: "About", id: "about" },
{ name: "Support", id: "contact" },
]}
button={{ text: "Build Now", href: "#contact" }}
button={{ text: "EN/IT", onClick: toggleLanguage }}
/>
<HeroSplitDoubleCarousel
title="Build Your Ultimate Gaming Rig"
@@ -72,18 +77,18 @@ export default function PCComponentsPage() {
animationType="slide-up"
features={[
{
title: "Processors", description: "Cutting-edge CPUs for multitasking and heavy gaming.", bentoComponent: "marquee", centerIcon: Cpu,
variant: "text", texts: ["Intel i9", "AMD Ryzen 9", "Overclockable", "Efficient", "Thermal Control"],
title: "Processors", description: "Cutting-edge CPUs for multitasking and heavy gaming.", bentoComponent: "marquee", centerIcon: Cpu,
variant: "text", texts: ["Intel i9", "AMD Ryzen 9", "Overclockable", "Efficient", "Thermal Control"],
},
{
title: "Graphics", description: "Powerful GPUs for immersive gaming experiences.", bentoComponent: "media-stack", items: [
title: "Graphics", description: "Powerful GPUs for immersive gaming experiences.", bentoComponent: "media-stack", items: [
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hard-drive-components-blue-light_23-2149417059.jpg", imageAlt: "GPU Tech" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-damaged-computer-parts_23-2147922299.jpg", imageAlt: "GPU Tech" },
{ imageSrc: "http://img.b2bpic.net/free-photo/technology-background-texture_23-2148105491.jpg", imageAlt: "GPU Tech" },
],
},
{
title: "Storage", description: "Lightning-fast NVMe SSDs for rapid boot and load times.", bentoComponent: "media-stack", items: [
title: "Storage", description: "Lightning-fast NVMe SSDs for rapid boot and load times.", bentoComponent: "media-stack", items: [
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-storage-devices-assortment_23-2149319330.jpg", imageAlt: "SSD" },
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hard-drive-components-blue-light_23-2149417059.jpg", imageAlt: "SSD" },
{ imageSrc: "http://img.b2bpic.net/free-photo/blue-computer-cpu-motherboard-flat-lay_53876-96803.jpg", imageAlt: "SSD" },