Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-04-21 09:35:15 +00:00

View File

@@ -32,51 +32,28 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "home",
},
{
name: "About Us",
id: "about",
},
{
name: "Courses",
id: "features",
},
{
name: "Instructors",
id: "team",
},
{
name: "Testimonials",
id: "testimonials",
},
{
name: "Blog",
id: "blog",
},
{
name: "Contact us",
id: "contact",
},
{ name: "Home", id: "home" },
{ name: "About Us", id: "about" },
{ name: "Courses", id: "features" },
{ name: "Instructors", id: "team" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Blog", id: "blog" },
{ name: "Contact us", id: "contact" },
]}
brandName="Trikaal"
button={{ text: "Get Started", href: "#contact" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroLogoBillboard
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
logoText="Trikaal Global"
description="Connecting the world through ocean trade. JNPT to Rotterdam, Dubai, USA, and beyond. We provide premium logistics and import-export solutions with professional precision."
buttons={[
{
text: "Apply for Next Enrollment",
href: "#contact",
},
text: "Apply for Next Enrollment", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/logistics-means-transport-together-with-technological-futuristic-holograms_23-2151662943.jpg"
mediaAnimation="slide-up"
@@ -103,26 +80,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
id: "f1",
title: "Pharma & Agri",
description: "High-standard pharmaceutical supplies and bulk agricultural commodities.",
tag: "Essential",
imageSrc: "http://img.b2bpic.net/free-photo/local-grown-vegetables-basket_23-2149128089.jpg",
},
id: "f1", title: "Pharma & Agri", description: "High-standard pharmaceutical supplies and bulk agricultural commodities.", tag: "Essential", imageSrc: "http://img.b2bpic.net/free-photo/local-grown-vegetables-basket_23-2149128089.jpg"},
{
id: "f2",
title: "Tech & Gems",
description: "Precision electronic goods, high-quality rice, and precious gemstones.",
tag: "Premium",
imageSrc: "http://img.b2bpic.net/free-photo/transistors_1160-25.jpg",
},
id: "f2", title: "Tech & Gems", description: "Precision electronic goods, high-quality rice, and precious gemstones.", tag: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/transistors_1160-25.jpg"},
{
id: "f3",
title: "Heavy Industry",
description: "Industrial machinery, chemical dyes, and automotive parts for global OEMs.",
tag: "Heavy",
imageSrc: "http://img.b2bpic.net/free-photo/male-seller-arranging-vegetable-crate-market_23-2148209749.jpg",
},
id: "f3", title: "Heavy Industry", description: "Industrial machinery, chemical dyes, and automotive parts for global OEMs.", tag: "Heavy", imageSrc: "http://img.b2bpic.net/free-photo/male-seller-arranging-vegetable-crate-market_23-2148209749.jpg"},
]}
title="Our Trade Specializations"
description="From high-end pharmaceutical goods to essential automotive parts, we manage it all."
@@ -137,47 +99,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "p1",
name: "Pharma Goods",
price: "Custom",
variant: "Bulk",
imageSrc: "http://img.b2bpic.net/free-photo/brown-unprepared-kidney-beans-wooden-basket_114579-39043.jpg",
},
id: "p1", name: "Pharma Goods", price: "Custom", variant: "Bulk", imageSrc: "http://img.b2bpic.net/free-photo/brown-unprepared-kidney-beans-wooden-basket_114579-39043.jpg"},
{
id: "p2",
name: "Agri Commodities",
price: "Custom",
variant: "Premium",
imageSrc: "http://img.b2bpic.net/free-photo/technology-background-texture_23-2148105490.jpg",
},
id: "p2", name: "Agri Commodities", price: "Custom", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/technology-background-texture_23-2148105490.jpg"},
{
id: "p3",
name: "Auto Parts",
price: "Custom",
variant: "Industrial",
imageSrc: "http://img.b2bpic.net/free-photo/man-warehouse-working-with-packages_23-2148886843.jpg",
},
id: "p3", name: "Auto Parts", price: "Custom", variant: "Industrial", imageSrc: "http://img.b2bpic.net/free-photo/man-warehouse-working-with-packages_23-2148886843.jpg"},
{
id: "p4",
name: "Chemicals",
price: "Custom",
variant: "Bulk",
imageSrc: "http://img.b2bpic.net/free-photo/sewing-threads-multicolored-various-grey-background_179666-148.jpg",
},
id: "p4", name: "Chemicals", price: "Custom", variant: "Bulk", imageSrc: "http://img.b2bpic.net/free-photo/sewing-threads-multicolored-various-grey-background_179666-148.jpg"},
{
id: "p5",
name: "Textiles & Dyes",
price: "Custom",
variant: "Standard",
imageSrc: "http://img.b2bpic.net/free-photo/heavy-construction-loader-bulldozer-construction-area_146671-19128.jpg",
},
id: "p5", name: "Textiles & Dyes", price: "Custom", variant: "Standard", imageSrc: "http://img.b2bpic.net/free-photo/heavy-construction-loader-bulldozer-construction-area_146671-19128.jpg"},
{
id: "p6",
name: "Electric Components",
price: "Custom",
variant: "Tech",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-worker-using-automated-machine-woodworking-production-facility_637285-12043.jpg",
},
id: "p6", name: "Electric Components", price: "Custom", variant: "Tech", imageSrc: "http://img.b2bpic.net/free-photo/closeup-worker-using-automated-machine-woodworking-production-facility_637285-12043.jpg"},
]}
title="Shipping Expertise"
description="Connecting JNPT to Dubai, USA, Singapore, and Europe."
@@ -192,23 +124,11 @@ export default function LandingPage() {
useInvertedBackground={false}
members={[
{
id: "t1",
name: "Sairaj Thaker",
role: "Founder",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-sitting-chair_23-2149833737.jpg",
},
id: "t1", name: "Sairaj Thaker", role: "Founder", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-sitting-chair_23-2149833737.jpg"},
{
id: "t2",
name: "Atharva",
role: "Co-Founder (Doctor)",
imageSrc: "http://img.b2bpic.net/free-photo/family-doctor-doctor-s-office_23-2148168457.jpg",
},
id: "t2", name: "Atharva", role: "Co-Founder (Doctor)", imageSrc: "http://img.b2bpic.net/free-photo/family-doctor-doctor-s-office_23-2148168457.jpg"},
{
id: "t3",
name: "Lokesh",
role: "Co-Founder (Trader)",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-middle-aged-man-with-beard-hairstyle-dressed-elegant-formal-suit-textured-dark-background-studio_613910-19909.jpg",
},
id: "t3", name: "Lokesh", role: "Co-Founder (Trader)", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-middle-aged-man-with-beard-hairstyle-dressed-elegant-formal-suit-textured-dark-background-studio_613910-19909.jpg"},
]}
title="Meet Our Founders"
description="Leadership driven by integrity and ocean trade vision."
@@ -220,14 +140,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
names={[
"Dubai Ports",
"Jebel Ali Port",
"New York Port",
"Rotterdam Port",
"Singapore Terminal",
"Germany Port",
"South Africa Trade",
]}
"Dubai Ports", "Jebel Ali Port", "New York Port", "Rotterdam Port", "Singapore Terminal", "Germany Port", "South Africa Trade"]}
title="Global Port Connectivity"
description="We bridge major hubs across the globe."
/>
@@ -240,34 +153,16 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
id: "pl1",
tag: "Flex",
price: "30% Advance",
period: "70% After LC",
description: "Standard trade security.",
button: {
text: "Contact Now",
},
featuresTitle: "Included",
features: [
"Bank verified",
"LC Support",
],
id: "pl1", tag: "Flex", price: "30% Advance", period: "70% After LC", description: "Standard trade security.", button: {
text: "Contact Now"},
featuresTitle: "Included", features: [
"Bank verified", "LC Support"],
},
{
id: "pl2",
tag: "Premier",
price: "100% Advance",
period: "Locked",
description: "Maximum security.",
button: {
text: "Inquire",
},
featuresTitle: "Included",
features: [
"Fast processing",
"Priority status",
],
id: "pl2", tag: "Premier", price: "100% Advance", period: "Locked", description: "Maximum security.", button: {
text: "Inquire"},
featuresTitle: "Included", features: [
"Fast processing", "Priority status"],
},
]}
title="Flexible Payment Terms"
@@ -279,14 +174,11 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={true}
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
text="Start your journey with Trikaal today. Contact us at thakaresairaj@gmail.com or call 8693082394."
buttons={[
{
text: "Email us",
href: "mailto:thakaresairaj@gmail.com",
},
text: "Email us", href: "mailto:thakaresairaj@gmail.com"},
]}
/>
</div>
@@ -295,42 +187,27 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
{
label: "Founders",
href: "#team",
},
label: "Founders", href: "#team"},
],
},
{
title: "Trade",
items: [
title: "Trade", items: [
{
label: "Products",
href: "#product",
},
label: "Products", href: "#product"},
{
label: "Ports",
href: "#socialProof",
},
label: "Ports", href: "#socialProof"},
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{
label: "thakaresairaj@gmail.com",
href: "mailto:thakaresairaj@gmail.com",
},
label: "thakaresairaj@gmail.com", href: "mailto:thakaresairaj@gmail.com"},
{
label: "8693082394",
href: "tel:8693082394",
},
label: "8693082394", href: "tel:8693082394"},
],
},
]}