diff --git a/src/app/page.tsx b/src/app/page.tsx index 0165d48..6140b04 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,16 +4,13 @@ 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 FeatureCardTwentySeven from "@/components/sections/feature/FeatureCardTwentySeven"; +import SplitAbout from "@/components/sections/about/SplitAbout"; 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 TimelineHorizontalCardStack from '@/components/cardStack/layouts/timelines/TimelineHorizontalCardStack'; 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, Monitor, Shield, Zap, Puzzle, TrendingUp, Lock, Phone, MessageCircle, BookOpen, Tv, Camera, Music, Settings, Award, Users } from "lucide-react"; +import { Sparkles } from "lucide-react"; export default function WebAgency2Page() { return ( @@ -31,314 +28,167 @@ export default function WebAgency2Page() { > - - + + + +
+ +
+ +
+ +
+ +
+ - - - - - - - - + "Creatività Senza Limiti: Soluzioni innovative e design originale per distinguerti.", "Approccio Strategico: Ogni progetto è guidato da una strategia mirata ai tuoi obiettivi.", "Qualità Premium: Dettagli curati e standard elevati in ogni fase del lavoro.", "Affidabilità Garantita: Consegne puntuali e supporto costante per ogni esigenza.", "Esperienza Comprovata: Anni di successo nella valorizzazione di brand di ogni settore."], + }} + /> +
+ +
+ +
+ +
+ +
+ ); -} +} \ No newline at end of file