From 3fbb6c8b0513cd5ec656ace8c32b67417a10d0b6 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 25 Apr 2026 13:39:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 239 +++++++++++++++++++---------------------------- 1 file changed, 98 insertions(+), 141 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 400b379..4396736 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,17 +7,15 @@ import HeroSplitDoubleCarousel from "@/components/sections/hero/HeroSplitDoubleC import FeatureBento from "@/components/sections/feature/FeatureBento"; import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwentySix"; import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen"; -import MetricCardOne from "@/components/sections/metrics/MetricCardOne"; -import TeamCardFive from "@/components/sections/team/TeamCardFive"; -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 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"; export default function PCComponentsPage() { const toggleLanguage = () => { - // Simple translation logic mock alert("Language toggled between English and Italian"); }; @@ -30,144 +28,103 @@ export default function PCComponentsPage() { sizing="medium" background="none" cardStyle="glass-elevated" - primaryButtonStyle="metallic" + primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="medium" > - - - - - - - - - - + +
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
); -- 2.49.1