From a1b3937ba3e04fba3e1a743a1d466b109f8c5912 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 07:24:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 168 +++++++++++++++++++---------------------------- 1 file changed, 67 insertions(+), 101 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 810cb75..0522e5e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,15 +3,15 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactCenter from '@/components/sections/contact/ContactCenter'; -import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; -import FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; +import FaqDouble from '@/components/sections/faq/FaqDouble'; +import FeatureBento from '@/components/sections/feature/FeatureBento'; import FooterMedia from '@/components/sections/footer/FooterMedia'; -import HeroLogo from '@/components/sections/hero/HeroLogo'; -import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; +import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; +import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; -import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; -import { Clock, ShieldCheck, Star } from "lucide-react"; +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"; export default function LandingPage() { return ( @@ -31,126 +31,94 @@ export default function LandingPage() {
- +
+ +
+
- -
- -
-
- -
- -
-
-
- + +
+ +
+
@@ -159,13 +127,11 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/idyllic-view-boat-blue-ocean-with-clear-skyline-perfect-wallpaper_181624-43204.jpg" logoText="Maritime Global" columns={[ - { title: "Services", items: [{ label: "International Transport", href: "#" }, { label: "Logistics Management", href: "#" }] }, - { title: "Company", items: [{ label: "Our Fleet", href: "#fleet" }, { label: "Safety Standards", href: "#safety" }] }, - { title: "Contact", items: [{ label: "Inquiries", href: "#contact" }, { label: "Terms & Conditions", href: "#" }] }, + { title: "Menu", items: [{ label: "Home", href: "/" }, { label: "Contatti", href: "#contact" }] }, ]} /> ); -} +} \ No newline at end of file -- 2.49.1