Compare commits

..

12 Commits

Author SHA1 Message Date
44bccb7a4e Update src/app/page.tsx 2026-05-21 21:52:11 +00:00
e4183136e0 Update src/app/how-it-works/page.tsx 2026-05-21 21:52:11 +00:00
d4676b248a Update src/app/the-sir-james-transit-guarantee/page.tsx 2026-05-21 21:51:47 +00:00
34d2d8e2d3 Update src/app/services/page.tsx 2026-05-21 21:51:46 +00:00
5f80adce4b Update src/app/page.tsx 2026-05-21 21:51:46 +00:00
c6068ae58e Update src/app/how-it-works/page.tsx 2026-05-21 21:51:45 +00:00
a41598b2ee Add src/app/gallery/page.tsx 2026-05-21 21:51:45 +00:00
f3a188417c Update src/app/contact/page.tsx 2026-05-21 21:51:44 +00:00
268b33eacb Merge version_11 into main
Merge version_11 into main
2026-05-21 15:00:18 +00:00
e1a2d45339 Merge version_11 into main
Merge version_11 into main
2026-05-21 14:53:34 +00:00
ec134d0805 Merge version_11 into main
Merge version_11 into main
2026-05-21 14:48:10 +00:00
d3e6c287bd Merge version_11 into main
Merge version_11 into main
2026-05-21 14:47:41 +00:00
6 changed files with 70 additions and 3 deletions

View File

@@ -11,6 +11,7 @@ export default function ContactPage() {
{ name: "Services", id: "/services" },
{ name: "How It Works", id: "/how-it-works" },
{ name: "Guarantee", id: "/the-sir-james-transit-guarantee" },
{ name: "Gallery", id: "/gallery" },
{ name: "Contact", id: "/contact" },
];

62
src/app/gallery/page.tsx Normal file
View File

@@ -0,0 +1,62 @@
"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 ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
export default function GalleryPage() {
const navItems = [
{ name: "Services", id: "/services" },
{ name: "How It Works", id: "/how-it-works" },
{ name: "Guarantee", id: "/the-sir-james-transit-guarantee" },
{ name: "Gallery", id: "/gallery" },
{ 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="gallery" data-section="gallery" className="py-20">
<ContactSplitForm
useInvertedBackground={false}
title="Upload Cargo Photos"
description="Document your container packing process by uploading photos here. Please include your tracking ID in the message."
inputs={[{ name: "name", type: "text", placeholder: "Full Name" }, { name: "id", type: "text", placeholder: "Tracking ID" }]}
textarea={{ name: "comment", placeholder: "Add photo descriptions...", rows: 5 }}
/>
</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>
);
}

View File

@@ -11,6 +11,7 @@ export default function HowItWorksPage() {
{ name: "Services", id: "/services" },
{ name: "How It Works", id: "/how-it-works" },
{ name: "Guarantee", id: "/the-sir-james-transit-guarantee" },
{ name: "Gallery", id: "/gallery" },
{ name: "Contact", id: "/contact" },
];
@@ -47,7 +48,7 @@ export default function HowItWorksPage() {
]}
mediaAnimation="slide-up"
metricsAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/aerial-view-bridge-creek-powerlines-with-cars-road_181624-24539.jpg"
imageSrc="http://img.b2bpic.net/free-photo/aerial-view-bridge-creek-powerlines-with-cars-road_181624-24539.jpg?_wi=2"
imageAlt="Aerial view of a bridge over the creek"
/>
</div>

View File

@@ -14,6 +14,7 @@ export default function LandingPage() {
{ name: "Services", id: "/services" },
{ name: "How It Works", id: "/how-it-works" },
{ name: "Guarantee", id: "/the-sir-james-transit-guarantee" },
{ name: "Gallery", id: "/gallery" },
{ name: "Contact", id: "/contact" },
];
@@ -86,7 +87,7 @@ export default function LandingPage() {
{ value: "3", title: "Ghana Arrival" }
]}
mediaAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/aerial-view-bridge-creek-powerlines-with-cars-road_181624-24539.jpg"
imageSrc="http://img.b2bpic.net/free-photo/aerial-view-bridge-creek-powerlines-with-cars-road_181624-24539.jpg?_wi=1"
imageAlt="Streamlined shipping process overview"
/>
</div>
@@ -137,4 +138,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -11,6 +11,7 @@ export default function ServicesPage() {
{ name: "Services", id: "/services" },
{ name: "How It Works", id: "/how-it-works" },
{ name: "Guarantee", id: "/the-sir-james-transit-guarantee" },
{ name: "Gallery", id: "/gallery" },
{ name: "Contact", id: "/contact" },
];

View File

@@ -11,6 +11,7 @@ export default function TransitGuaranteePage() {
{ name: "Services", id: "/services" },
{ name: "How It Works", id: "/how-it-works" },
{ name: "Guarantee", id: "/the-sir-james-transit-guarantee" },
{ name: "Gallery", id: "/gallery" },
{ name: "Contact", id: "/contact" },
];