Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-05-12 20:29:46 +00:00

View File

@@ -31,22 +31,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "#hero",
},
{
name: "About",
id: "#about",
},
{
name: "Services",
id: "#features",
},
{
name: "Contact",
id: "#contact",
},
{ name: "Home", id: "#hero" },
{ name: "About", id: "#about" },
{ name: "Services", id: "#features" },
{ name: "Contact", id: "#contact" },
]}
brandName="Samkey Group"
/>
@@ -55,100 +43,33 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardTestimonial
useInvertedBackground={false}
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
title="Samkey Group: Global Logistics Excellence"
description="Streamlining your supply chain with precision, reliability, and global reach. Delivering excellence from point A to point B."
testimonials={[
{
name: "Sarah J.",
handle: "@sarahlogistics",
testimonial: "Exceptional service! They handled our complex shipping needs with ease.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/image-corporate-woman-working-office-sitting-front-laptop-preparing-business_1258-194628.jpg",
},
{
name: "David M.",
handle: "@dm-corp",
testimonial: "The best partner for our international shipments. Highly recommend.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-middle-aged-business-leader_1262-4845.jpg",
},
{
name: "Elena R.",
handle: "@elena-trade",
testimonial: "Reliable, transparent, and always on time. Samkey is a game changer.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/upbeat-saleswoman-hired-explain-vehicle-pricing-options-clients_482257-118422.jpg",
},
{
name: "Mark K.",
handle: "@mark-ship",
testimonial: "Incredible efficiency and communication. We trust them completely.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg",
},
{
name: "Sophia L.",
handle: "@sophia-supply",
testimonial: "Fastest shipping times we've experienced across all our markets.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-engineer-solar-panels-plant-reading-documentation_482257-120499.jpg",
},
]}
buttons={[
{
text: "Get a Quote",
href: "#contact",
},
{ name: "Sarah J.", handle: "@sarahlogistics", testimonial: "Exceptional service! They handled our complex shipping needs with ease.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/image-corporate-woman-working-office-sitting-front-laptop-preparing-business_1258-194628.jpg" },
{ name: "David M.", handle: "@dm-corp", testimonial: "The best partner for our international shipments. Highly recommend.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-middle-aged-business-leader_1262-4845.jpg" },
{ name: "Elena R.", handle: "@elena-trade", testimonial: "Reliable, transparent, and always on time. Samkey is a game changer.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/upbeat-saleswoman-hired-explain-vehicle-pricing-options-clients_482257-118422.jpg" },
{ name: "Mark K.", handle: "@mark-ship", testimonial: "Incredible efficiency and communication. We trust them completely.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg" },
{ name: "Sophia L.", handle: "@sophia-supply", testimonial: "Fastest shipping times we've experienced across all our markets.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-engineer-solar-panels-plant-reading-documentation_482257-120499.jpg" }
]}
buttons={[{ text: "Get a Quote", href: "#contact" }]}
imageSrc="http://img.b2bpic.net/free-photo/aerial-shot-dock-body-ocean-surrounded-by-island-trees_181624-2095.jpg"
imageAlt="Aerial view of a busy international shipping port"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg",
alt: "Portrait of professional client",
},
{
src: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-looking-camera_74855-4120.jpg",
alt: "Portrait of professional client",
},
{
src: "http://img.b2bpic.net/free-photo/closeup-content-pretty-businesswoman-glasses_1262-1740.jpg",
alt: "Portrait of professional client",
},
{
src: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg",
alt: "Portrait of professional client",
},
{
src: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-wool-suit_613910-16435.jpg",
alt: "Portrait of professional client",
},
{ src: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg", alt: "Portrait of professional client" },
{ src: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-looking-camera_74855-4120.jpg", alt: "Portrait of professional client" },
{ src: "http://img.b2bpic.net/free-photo/closeup-content-pretty-businesswoman-glasses_1262-1740.jpg", alt: "Portrait of professional client" },
{ src: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", alt: "Portrait of professional client" },
{ src: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-wool-suit_613910-16435.jpg", alt: "Portrait of professional client" }
]}
avatarText="Trusted by 500+ global enterprises"
marqueeItems={[
{
type: "text",
text: "Global Freight Solutions",
},
{
type: "text",
text: "Supply Chain Analytics",
},
{
type: "text",
text: "Maritime Logistics",
},
{
type: "text",
text: "Air Cargo Experts",
},
{
type: "text",
text: "Last-Mile Delivery",
},
{ type: "text", text: "Global Freight Solutions" },
{ type: "text", text: "Supply Chain Analytics" },
{ type: "text", text: "Maritime Logistics" },
{ type: "text", text: "Air Cargo Experts" },
{ type: "text", text: "Last-Mile Delivery" }
]}
/>
</div>
@@ -167,21 +88,9 @@ export default function LandingPage() {
gridVariant="asymmetric-60-wide-40-narrow"
useInvertedBackground={false}
features={[
{
title: "Global Shipping",
description: "Seamless cross-border freight solutions for global business.",
imageSrc: "http://img.b2bpic.net/free-photo/technological-futuristic-holograms-logistics-means-transport_23-2151663049.jpg",
},
{
title: "Air Freight",
description: "Express delivery options for time-sensitive cargo worldwide.",
imageSrc: "http://img.b2bpic.net/free-photo/passenger-airplane-taking-off-dusk-sky-generated-by-ai_188544-24640.jpg",
},
{
title: "Land Transport",
description: "Robust ground logistics and last-mile delivery services.",
imageSrc: "http://img.b2bpic.net/free-photo/grey-semi-truck-winding-winter-highway-business-logistics-mobility_169016-71599.jpg",
},
{ title: "Global Shipping", description: "Seamless cross-border freight solutions for global business.", imageSrc: "http://img.b2bpic.net/free-photo/technological-futuristic-holograms-logistics-means-transport_23-2151663049.jpg" },
{ title: "Air Freight", description: "Express delivery options for time-sensitive cargo worldwide.", imageSrc: "http://img.b2bpic.net/free-photo/passenger-airplane-taking-off-dusk-sky-generated-by-ai_188544-24640.jpg" },
{ title: "Land Transport", description: "Robust ground logistics and last-mile delivery services.", imageSrc: "http://img.b2bpic.net/free-photo/grey-semi-truck-winding-winter-highway-business-logistics-mobility_169016-71599.jpg" }
]}
title="Comprehensive Logistics Solutions"
description="Tailored strategies for all your transportation and warehousing needs."
@@ -194,33 +103,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
metrics={[
{
id: "m1",
value: "99.8%",
title: "On-Time Delivery",
items: [
"Consistent tracking",
"Reliable scheduling",
],
},
{
id: "m2",
value: "150+",
title: "Global Partners",
items: [
"Broad reach",
"Certified agencies",
],
},
{
id: "m3",
value: "20K+",
title: "Shipments Handled",
items: [
"High volume capacity",
"Expert management",
],
},
{ id: "m1", value: "99.8%", title: "On-Time Delivery", items: ["Consistent tracking", "Reliable scheduling"] },
{ id: "m2", value: "150+", title: "Global Partners", items: ["Broad reach", "Certified agencies"] },
{ id: "m3", value: "20K+", title: "Shipments Handled", items: ["High volume capacity", "Expert management"] }
]}
title="Proven Performance at Scale"
description="Numbers that define our commitment to your supply chain success."
@@ -229,49 +114,15 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardThirteen
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "Sarah J.",
handle: "@sarahlogistics",
testimonial: "Exceptional service! They handled our complex shipping needs with ease.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg",
},
{
id: "t2",
name: "David M.",
handle: "@dm-corp",
testimonial: "The best partner for our international shipments. Highly recommend.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg",
},
{
id: "t3",
name: "Elena R.",
handle: "@elena-trade",
testimonial: "Reliable, transparent, and always on time. Samkey is a game changer.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-entrepreneur-with-corporate-job-looking-camera-business-office-portrait-young-man-preparing-work-planning-development-industry-with-technology-computer_482257-29387.jpg",
},
{
id: "t4",
name: "Mark K.",
handle: "@mark-ship",
testimonial: "Incredible efficiency and communication. We trust them completely.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-businessman-walking-near-business-center_171337-19784.jpg",
},
{
id: "t5",
name: "Sophia L.",
handle: "@sophia-supply",
testimonial: "Fastest shipping times we've experienced across all our markets.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-with-tie_1098-2867.jpg",
},
{ id: "t1", name: "Sarah J.", handle: "@sarahlogistics", testimonial: "Exceptional service! They handled our complex shipping needs with ease.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg" },
{ id: "t2", name: "David M.", handle: "@dm-corp", testimonial: "The best partner for our international shipments. Highly recommend.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg" },
{ id: "t3", name: "Elena R.", handle: "@elena-trade", testimonial: "Reliable, transparent, and always on time. Samkey is a game changer.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-entrepreneur-with-corporate-job-looking-camera-business-office-portrait-young-man-preparing-work-planning-development-industry-with-technology-computer_482257-29387.jpg" },
{ id: "t4", name: "Mark K.", handle: "@mark-ship", testimonial: "Incredible efficiency and communication. We trust them completely.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-young-businessman-walking-near-business-center_171337-19784.jpg" },
{ id: "t5", name: "Sophia L.", handle: "@sophia-supply", testimonial: "Fastest shipping times we've experienced across all our markets.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-with-tie_1098-2867.jpg" }
]}
showRating={true}
title="Trusted by Leaders Worldwide"
@@ -283,15 +134,7 @@ export default function LandingPage() {
<SocialProofOne
textboxLayout="default"
useInvertedBackground={true}
names={[
"Global Tech",
"Retail Pro",
"FinTrust",
"Manufacturing Corp",
"Global Trade",
"Distribution Partners",
"Maritime Solutions",
]}
names={["Global Tech", "Retail Pro", "FinTrust", "Manufacturing Corp", "Global Trade", "Distribution Partners", "Maritime Solutions"]}
title="Our Global Partner Network"
description="Collaborating with industry-leading partners to drive supply chain excellence."
/>
@@ -301,21 +144,9 @@ export default function LandingPage() {
<FaqSplitText
useInvertedBackground={false}
faqs={[
{
id: "q1",
title: "How do you track international shipments?",
content: "We offer real-time GPS tracking and dedicated support portals.",
},
{
id: "q2",
title: "What transport modes do you offer?",
content: "We support air, land, and maritime freight depending on your specific requirements.",
},
{
id: "q3",
title: "Are your cargo shipments insured?",
content: "Yes, all cargo handled by Samkey Group is fully insured with comprehensive coverage options.",
},
{ id: "q1", title: "How do you track international shipments?", content: "We offer real-time GPS tracking and dedicated support portals." },
{ id: "q2", title: "What transport modes do you offer?", content: "We support air, land, and maritime freight depending on your specific requirements." },
{ id: "q3", title: "Are your cargo shipments insured?", content: "Yes, all cargo handled by Samkey Group is fully insured with comprehensive coverage options." }
]}
sideTitle="Commonly Asked Questions"
sideDescription="Everything you need to know about our logistics services."
@@ -329,25 +160,10 @@ export default function LandingPage() {
title="Ready to Streamline Your Operations?"
description="Reach out today and discover how Samkey Group can optimize your logistics."
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
required: true,
},
{
name: "email",
type: "email",
placeholder: "Email Address",
required: true,
},
{ name: "name", type: "text", placeholder: "Your Name", required: true },
{ name: "email", type: "email", placeholder: "Email Address", required: true }
]}
textarea={{
name: "message",
placeholder: "Tell us about your shipping requirements",
rows: 4,
required: true,
}}
textarea={{ name: "message", placeholder: "Tell us about your shipping requirements", rows: 4, required: true }}
imageSrc="http://img.b2bpic.net/free-photo/technological-futuristic-holograms-logistics-means-transport_23-2151663048.jpg"
/>
</div>