Update src/app/page.tsx

This commit is contained in:
2026-05-06 13:52:41 +00:00
parent e871d817c3
commit 06f98bbe27

View File

@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import HeroSplit from '@/components/sections/hero/HeroSplit';
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
@@ -44,44 +44,19 @@ export default function LandingPage() {
</div>
<div id="hero" data-section="hero">
<HeroSplit
background={{
variant: "gradient-bars"}}
<HeroBillboardGallery
title="Global Trade Solutions Simplified"
description="Mani Exim Solutions empowers global trade through trust, precision, and excellence. Your partner for export-import consultancy, freight forwarding, and customs."
background={{
variant: "gradient-bars"}}
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/small-touring-boat-sailing-night_181624-257.jpg", imageAlt: "Cargo ship 1" },
{ imageSrc: "http://img.b2bpic.net/free-photo/aerial-drone-shot-wrecked-ship-sea_181624-713.jpg", imageAlt: "Cargo ship 2" },
{ imageSrc: "http://img.b2bpic.net/free-photo/aurora-borealis-landscape-sea_23-2151387637.jpg", imageAlt: "Cargo ship 3" }
]}
buttons={[
{
text: "Get Consultation", href: "#contact"},
{
text: "Explore Services", href: "#services"},
]}
imageSrc="http://img.b2bpic.net/free-photo/small-touring-boat-sailing-night_181624-257.jpg"
imageAlt="3D Cargo ship visual"
mediaAnimation="slide-up"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/aerial-drone-shot-wrecked-ship-sea_181624-713.jpg", alt: "Client 1"},
{
src: "http://img.b2bpic.net/free-photo/aurora-borealis-landscape-sea_23-2151387637.jpg", alt: "Client 2"},
{
src: "http://img.b2bpic.net/free-photo/mysterious-bermuda-triangle-area-with-fantasy-aesthetic_23-2151628189.jpg", alt: "Client 3"},
{
src: "http://img.b2bpic.net/free-photo/closeup-shot-ship-sailing-sea-foggy-weather_181624-61250.jpg", alt: "Client 4"},
{
src: "http://img.b2bpic.net/free-photo/businesswoman-working-warehouse_329181-12785.jpg", alt: "Client 5"},
]}
avatarText="Trusted by 500+ global partners"
marqueeItems={[
{
type: "text", text: "Global Logistics"},
{
type: "text", text: "Customs Expertise"},
{
type: "text", text: "DGFT Advisory"},
{
type: "text", text: "Freight Forwarding"},
{
type: "text", text: "24/7 Support"},
{ text: "Get Consultation", href: "#contact" },
{ text: "Explore Services", href: "#services" }
]}
/>
</div>