diff --git a/src/app/page.tsx b/src/app/page.tsx
index 4396736..c45a00b 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -3,22 +3,15 @@
import ReactLenis from "lenis/react";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
-import HeroSplitDoubleCarousel from "@/components/sections/hero/HeroSplitDoubleCarousel";
-import FeatureBento from "@/components/sections/feature/FeatureBento";
-import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwentySix";
-import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen";
+import HeroBillboardCarousel from "@/components/sections/hero/HeroBillboardCarousel";
+import FeatureCardMedia from "@/components/sections/feature/FeatureCardMedia";
import MetricCardEleven from "@/components/sections/metrics/MetricCardEleven";
import FaqDouble from "@/components/sections/faq/FaqDouble";
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
-import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive";
-import { Sparkles, ArrowUpRight, Cpu, Shield, Zap, HardDrive } from "lucide-react";
+import { Sparkles } from "lucide-react";
export default function PCComponentsPage() {
- const toggleLanguage = () => {
- alert("Language toggled between English and Italian");
- };
-
return (