Merge version_2 into main #4
@@ -3,7 +3,6 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import FeatureBento from '@/components/sections/feature/FeatureBento';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
||||
@@ -11,7 +10,7 @@ import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
||||
import BlogCardThree from '@/components/sections/blog/BlogCardThree';
|
||||
import { Clock, ShieldCheck, Star, Ship, Anchor, Globe, Newspaper } from "lucide-react";
|
||||
import { ShieldCheck, Ship } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -65,7 +64,7 @@ export default function LandingPage() {
|
||||
description="Soluzioni logistiche su misura per ogni esigenza di trasporto."
|
||||
features={[
|
||||
{ title: "Trasporto Globale", description: "Copertura intercontinentale costante.", bentoComponent: "globe" },
|
||||
{ title: "Monitoraggio", description: "Controllo in tempo reale dei flussi.", bentoComponent: "3d-task-list", items: [{ label: "Pianificazione", icon: Ship, time: "H24" }], title: "Pianificazione" }
|
||||
{ title: "Pianificazione", description: "Controllo in tempo reale dei flussi.", bentoComponent: "3d-task-list", items: [{ label: "Pianificazione", icon: Ship, time: "H24" }] }
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
|
||||
Reference in New Issue
Block a user