Compare commits

...

38 Commits

Author SHA1 Message Date
74b2cf09aa Update src/app/contact/page.tsx 2026-05-21 13:02:38 +00:00
ac92eb1df4 Update src/app/the-sir-james-transit-guarantee/page.tsx 2026-05-21 13:00:36 +00:00
d946b2feed Update src/app/services/page.tsx 2026-05-21 13:00:36 +00:00
1b3ef1185f Update src/app/page.tsx 2026-05-21 13:00:35 +00:00
f51470a989 Update src/app/how-it-works/page.tsx 2026-05-21 13:00:34 +00:00
b0a43b611a Update src/app/contact/page.tsx 2026-05-21 13:00:33 +00:00
c69672eee4 Update src/app/the-sir-james-transit-guarantee/page.tsx 2026-05-21 12:51:38 +00:00
e1f7beb4ab Update src/app/page.tsx 2026-05-21 12:51:38 +00:00
d3c6c47461 Update src/app/page.tsx 2026-05-21 12:51:05 +00:00
7a1923ea7a Update src/app/the-sir-james-transit-guarantee/page.tsx 2026-05-21 12:50:39 +00:00
67415f5061 Update src/app/services/page.tsx 2026-05-21 12:50:38 +00:00
0b3c505699 Update src/app/page.tsx 2026-05-21 12:50:38 +00:00
9f89af5887 Update src/app/how-it-works/page.tsx 2026-05-21 12:50:38 +00:00
b13fb3a288 Update src/app/contact/page.tsx 2026-05-21 12:50:37 +00:00
dc1d56fd45 Merge version_7 into main
Merge version_7 into main
2026-05-21 12:42:08 +00:00
c3cb052821 Update src/app/the-sir-james-transit-guarantee/page.tsx 2026-05-21 12:42:05 +00:00
fb4042d214 Add src/app/the-sir-james-transit-guarantee/page.tsx 2026-05-21 12:41:43 +00:00
82b8e94547 Switch to version 5: remove src/app/the-sir-james-transit-guarantee/page.tsx 2026-05-21 12:41:41 +00:00
b6dcad2e96 Switch to version 5: modified src/app/services/page.tsx 2026-05-21 12:41:40 +00:00
ab3f754ea6 Switch to version 5: modified src/app/page.tsx 2026-05-21 12:41:40 +00:00
6795566a7f Switch to version 5: modified src/app/how-it-works/page.tsx 2026-05-21 12:41:39 +00:00
7f6cefee21 Switch to version 5: modified src/app/contact/page.tsx 2026-05-21 12:41:39 +00:00
c6d94d0fdc Merge version_6 into main
Merge version_6 into main
2026-05-21 12:31:06 +00:00
69e7b830f2 Update src/app/the-sir-james-transit-guarantee/page.tsx 2026-05-21 12:31:03 +00:00
fe2161cb21 Update src/app/services/page.tsx 2026-05-21 12:31:02 +00:00
9bc1ff8c34 Update src/app/page.tsx 2026-05-21 12:31:02 +00:00
63d59e05a9 Update src/app/how-it-works/page.tsx 2026-05-21 12:31:02 +00:00
5513c3c6b9 Update src/app/contact/page.tsx 2026-05-21 12:31:01 +00:00
1a1fb94e9a Merge version_6 into main
Merge version_6 into main
2026-05-21 12:30:22 +00:00
dac6de2b2b Update src/app/the-sir-james-transit-guarantee/page.tsx 2026-05-21 12:30:19 +00:00
2a4ee65bab Merge version_6 into main
Merge version_6 into main
2026-05-21 12:21:50 +00:00
57de3bfeef Add src/app/the-sir-james-transit-guarantee/page.tsx 2026-05-21 12:21:47 +00:00
5c50ea9f77 Update src/app/services/page.tsx 2026-05-21 12:21:46 +00:00
a5c5007f78 Update src/app/page.tsx 2026-05-21 12:21:46 +00:00
875b628217 Update src/app/how-it-works/page.tsx 2026-05-21 12:21:46 +00:00
4effadcb42 Update src/app/contact/page.tsx 2026-05-21 12:21:45 +00:00
8f287d6f33 Merge version_5 into main
Merge version_5 into main
2026-05-21 12:13:09 +00:00
30b8d732a4 Merge version_5 into main
Merge version_5 into main
2026-05-21 12:12:41 +00:00
5 changed files with 104 additions and 35 deletions

View File

@@ -2,11 +2,18 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactCenter from '@/components/sections/contact/ContactCenter';
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
export default function ContactPage() {
const navItems = [
{ name: "Services", id: "/services" },
{ name: "How It Works", id: "/how-it-works" },
{ name: "Guarantee", id: "/the-sir-james-transit-guarantee" },
{ name: "Contact", id: "/contact" },
];
return (
<ThemeProvider
defaultButtonVariant="icon-arrow"
@@ -23,23 +30,17 @@ export default function ContactPage() {
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{ name: "Services", id: "/services" },
{ name: "How It Works", id: "/how-it-works" },
{ name: "Shipment Specs", id: "/#specs" },
{ name: "Contact", id: "/contact" },
]}
navItems={navItems}
brandName="Sir James Delivery"
/>
</div>
<div id="contact" data-section="contact">
<ContactCenter
<ContactSplitForm
useInvertedBackground={false}
background={{ variant: "plain" }}
tag="Stay Connected"
title="Contact Us"
description="whatsapp contact: +233241851752 | call now: +971526377145 | Email: narhjames@gmail.com"
inputs={[{ name: "name", type: "text", placeholder: "Full Name" }, { name: "email", type: "email", placeholder: "Email Address" }]}
/>
</div>

View File

@@ -7,6 +7,13 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA
import FooterSimple from '@/components/sections/footer/FooterSimple';
export default function HowItWorksPage() {
const navItems = [
{ name: "Services", id: "/services" },
{ name: "How It Works", id: "/how-it-works" },
{ name: "Guarantee", id: "/the-sir-james-transit-guarantee" },
{ name: "Contact", id: "/contact" },
];
return (
<ThemeProvider
defaultButtonVariant="icon-arrow"
@@ -23,12 +30,7 @@ export default function HowItWorksPage() {
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{ name: "Services", id: "/services" },
{ name: "How It Works", id: "/how-it-works" },
{ name: "Shipment Specs", id: "/#specs" },
{ name: "Contact", id: "/contact" },
]}
navItems={navItems}
brandName="Sir James Delivery"
/>
</div>

View File

@@ -10,6 +10,13 @@ import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTe
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
export default function LandingPage() {
const navItems = [
{ name: "Services", id: "/services" },
{ name: "How It Works", id: "/how-it-works" },
{ name: "Guarantee", id: "/the-sir-james-transit-guarantee" },
{ name: "Contact", id: "/contact" },
];
return (
<ThemeProvider
defaultButtonVariant="icon-arrow"
@@ -26,12 +33,7 @@ export default function LandingPage() {
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{ name: "Services", id: "/services" },
{ name: "How It Works", id: "/how-it-works" },
{ name: "Shipment Specs", id: "#specs" },
{ name: "Contact", id: "/contact" },
]}
navItems={navItems}
brandName="Sir James Delivery"
/>
</div>
@@ -51,7 +53,7 @@ export default function LandingPage() {
]}
tag="Daily Shipments • Fully Insured • 100% Customs Cleared"
buttons={[
{ text: "Read Transit Guarantee", href: "#why" },
{ text: "Read Transit Guarantee", href: "/the-sir-james-transit-guarantee" },
{ text: "Contact", href: "/contact" },
]}
imageSrc="http://img.b2bpic.net/free-photo/technological-futuristic-holograms-logistics-means-transport_23-2151663056.jpg"

View File

@@ -3,10 +3,17 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine';
import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour';
import FooterSimple from '@/components/sections/footer/FooterSimple';
export default function ServicesPage() {
const navItems = [
{ name: "Services", id: "/services" },
{ name: "How It Works", id: "/how-it-works" },
{ name: "Guarantee", id: "/the-sir-james-transit-guarantee" },
{ name: "Contact", id: "/contact" },
];
return (
<ThemeProvider
defaultButtonVariant="icon-arrow"
@@ -23,28 +30,22 @@ export default function ServicesPage() {
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{ name: "Services", id: "/services" },
{ name: "How It Works", id: "/how-it-works" },
{ name: "Shipment Specs", id: "/#specs" },
{ name: "Contact", id: "/contact" },
]}
navItems={navItems}
brandName="Sir James Delivery"
/>
</div>
<div id="services" data-section="services">
<FeatureCardTwentyNine
<FeatureCardTwentyFour
title="Our Services"
description="Expert freight forwarding and secure logistics tailored to your needs from Dubai to Ghana."
gridVariant="bento-grid"
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
features={[
{ title: "Luxury Shipping", description: "High-security transit for watches and premium goods.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-foundation-containers-arrangement_23-2149705544.jpg?_wi=1", titleImageSrc: "", buttonText: "Learn More" },
{ title: "Auto Logistics", description: "Specialized vehicle shipping with expert strapping.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dyzp7sGs874KHVqcZpKRlG0BRH/uploaded-1779315072666-rnat9as3.jpg?_wi=1", titleImageSrc: "", buttonText: "Learn More" },
{ title: "Industrial Cargo", description: "Heavy machinery and equipment handled with care.", imageSrc: "http://img.b2bpic.net/free-photo/forklift-operator-loading-cargo-while-working-warehouse-his-colleagues-are-background_637285-4210.jpg?_wi=1", titleImageSrc: "", buttonText: "Learn More" }
{ id: "s1", title: "Luxury Shipping", author: "Secure transit", description: "High-security transit for watches and premium goods.", tags: ["Luxury"], imageSrc: "http://img.b2bpic.net/free-photo/high-angle-foundation-containers-arrangement_23-2149705544.jpg?_wi=1" },
{ id: "s2", title: "Auto Logistics", author: "Vehicle safety", description: "Specialized vehicle shipping with expert strapping.", tags: ["Vehicles"], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dyzp7sGs874KHVqcZpKRlG0BRH/uploaded-1779315072666-rnat9as3.jpg?_wi=1" },
{ id: "s3", title: "Industrial Cargo", author: "Heavy machinery", description: "Heavy machinery and equipment handled with care.", tags: ["Industrial"], imageSrc: "http://img.b2bpic.net/free-photo/forklift-operator-loading-cargo-while-working-warehouse-his-colleagues-are-background_637285-4210.jpg?_wi=1" }
]}
/>
</div>

View File

@@ -0,0 +1,63 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import LegalSection from '@/components/legal/LegalSection';
export default function TransitGuaranteePage() {
const navItems = [
{ name: "Services", id: "/services" },
{ name: "How It Works", id: "/how-it-works" },
{ name: "Guarantee", id: "/the-sir-james-transit-guarantee" },
{ name: "Contact", id: "/contact" },
];
return (
<ThemeProvider
defaultButtonVariant="icon-arrow"
defaultTextAnimation="background-highlight"
borderRadius="soft"
contentWidth="medium"
sizing="largeSizeMediumTitles"
background="floatingGradient"
cardStyle="subtle-shadow"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="glass"
headingFontWeight="medium"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={navItems}
brandName="Sir James Delivery"
/>
</div>
<div id="legal" data-section="legal">
<LegalSection
layout="page"
title="The Sir James Transit Guarantee"
sections={[
{
heading: "Our Commitment", content: [{ type: "paragraph", text: "At Sir James Delivery Company, we eliminate the anxiety of international shipping. Every single consignment—whether it is an exclusive luxury timepiece, fragile perfumes, or multi-ton industrial gym machinery—is backed by our zero-damage, clear-pricing commitment. From the exact moment your goods are cataloged at our Dubai hub to the second they are safely received at our secure warehouse in Ghana, your cargo is fully insured, monitored under strict logistics surveillance, and processed with 100% customs clearance. If we receive it in Dubai, you will collect it in Ghana in pristine condition. No exceptions, no hidden fees, no delays." }]
}
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterSimple
columns={[
{ title: "Company", items: [{ label: "About Us", href: "#" }, { label: "Services", href: "/services" }] },
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms", href: "#" }] },
]}
bottomLeftText="© 2026 Sir James Delivery Company."
bottomRightText="Safe. Swift. Secure."
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}