From d7a4f6603cccf79614b268813773df3a965a83fe Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 25 Apr 2026 13:39:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) 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 (
-
-