Compare commits

..

32 Commits

Author SHA1 Message Date
fae56d8938 Update src/app/page.tsx 2026-05-23 09:39:12 +00:00
0cfc3ad0cc Update src/app/gallery/page.tsx 2026-05-23 09:39:12 +00:00
db370fe363 Merge version_21 into main
Merge version_21 into main
2026-05-23 09:37:24 +00:00
3eddb08283 Update src/app/page.tsx 2026-05-23 09:37:20 +00:00
b26c6f314e Update src/app/gallery/page.tsx 2026-05-23 09:37:20 +00:00
19ea07a95a Merge version_20 into main
Merge version_20 into main
2026-05-23 09:23:11 +00:00
674d415262 Update src/app/the-sir-james-transit-guarantee/page.tsx 2026-05-23 09:23:08 +00:00
e691c24a5e Update src/app/services/page.tsx 2026-05-23 09:23:08 +00:00
913b056bad Update src/app/page.tsx 2026-05-23 09:23:07 +00:00
f6a9e61066 Update src/app/how-it-works/page.tsx 2026-05-23 09:23:07 +00:00
a1db0eb872 Update src/app/contact/page.tsx 2026-05-23 09:23:07 +00:00
aaf69b4a41 Merge version_19 into main
Merge version_19 into main
2026-05-23 09:21:04 +00:00
5a4c243159 Update src/app/page.tsx 2026-05-23 09:21:00 +00:00
18a12c512c Merge version_19 into main
Merge version_19 into main
2026-05-23 09:20:40 +00:00
9f1bdc6148 Update src/app/page.tsx 2026-05-23 09:20:37 +00:00
e4dd579c1c Merge version_18 into main
Merge version_18 into main
2026-05-23 09:16:51 +00:00
7abe20b467 Update src/app/loading-gallery/page.tsx 2026-05-23 09:16:45 +00:00
89b1bffe4c Merge version_18 into main
Merge version_18 into main
2026-05-23 09:16:23 +00:00
dc8f4a0a81 Update src/app/the-sir-james-transit-guarantee/page.tsx 2026-05-23 09:16:20 +00:00
ecd8145788 Update src/app/services/page.tsx 2026-05-23 09:16:20 +00:00
126022fe97 Update src/app/page.tsx 2026-05-23 09:16:19 +00:00
42eea3b1c7 Add src/app/loading-gallery/page.tsx 2026-05-23 09:16:19 +00:00
4208506b84 Update src/app/how-it-works/page.tsx 2026-05-23 09:16:18 +00:00
7783bf81d9 Update src/app/gallery/page.tsx 2026-05-23 09:16:18 +00:00
7db0769981 Update src/app/contact/page.tsx 2026-05-23 09:16:17 +00:00
08e4ee928a Merge version_17 into main
Merge version_17 into main
2026-05-23 09:09:06 +00:00
2469ba103e Update src/app/gallery/page.tsx 2026-05-23 09:09:02 +00:00
b14437ee99 Merge version_16 into main
Merge version_16 into main
2026-05-23 09:02:04 +00:00
17aecb495b Update src/app/gallery/page.tsx 2026-05-23 09:02:00 +00:00
08e84d5395 Merge version_15 into main
Merge version_15 into main
2026-05-23 09:00:31 +00:00
fed6e6bba1 Update src/app/gallery/page.tsx 2026-05-23 09:00:28 +00:00
147b115324 Merge version_14 into main
Merge version_14 into main
2026-05-23 08:59:19 +00:00
7 changed files with 108 additions and 23 deletions

View File

@@ -4,8 +4,7 @@ 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 FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour';
import ButtonTextShift from '@/components/button/ButtonTextShift/ButtonTextShift';
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
export default function GalleryPage() {
const navItems = [
@@ -13,9 +12,17 @@ export default function GalleryPage() {
{ name: "How It Works", id: "/how-it-works" },
{ name: "Guarantee", id: "/the-sir-james-transit-guarantee" },
{ name: "Gallery", id: "/gallery" },
{ name: "Loading Gallery", id: "/loading-gallery" },
{ name: "Contact", id: "/contact" },
];
const galleryItems = [
{ title: "Heavy Duty Loading", description: "Secure Logistics", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-foundation-containers-arrangement_23-2149705544.jpg?_wi=2" },
{ title: "Vehicle Securement", description: "Verified Standards", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dyzp7sGs874KHVqcZpKRlG0BRH/uploaded-1779315072666-rnat9as3.jpg?_wi=2" },
{ title: "Industrial Machinery", description: "Handled Safely", imageSrc: "http://img.b2bpic.net/free-photo/forklift-operator-loading-cargo-while-working-warehouse-his-colleagues-are-background_637285-4210.jpg?_wi=2" },
{ title: "Bulk Inventory", description: "Real-time Tracking", imageSrc: "http://img.b2bpic.net/free-photo/logistics-means-transport-together-with-technological-futuristic-holograms_23-2151662913.jpg" }
];
return (
<ThemeProvider
defaultButtonVariant="icon-arrow"
@@ -38,22 +45,14 @@ export default function GalleryPage() {
</div>
<div id="gallery" data-section="gallery" className="py-20">
<FeatureCardTwentyFour
<FeatureCardOne
title="Professional Cargo Logistics"
description="Our premium packing, loading, and tracking standards."
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
textboxLayout="split-actions"
textboxLayout="split"
useInvertedBackground={false}
title="Cargo Packing Gallery"
description="See how we professionally secure your items for the journey from Dubai to Ghana."
buttons={[
{ text: "Upload Image 1", onClick: () => console.log("Upload 1") },
{ text: "Upload Image 2", onClick: () => console.log("Upload 2") },
{ text: "Upload Image 3", onClick: () => console.log("Upload 3") }
]}
features={[
{ id: "g1", title: "Luxury Protection", author: "Security", description: "High-grade crates for luxury goods.", tags: ["Luxury"], imageSrc: "http://img.b2bpic.net/free-photo/high-angle-foundation-containers-arrangement_23-2149705544.jpg?_wi=2" },
{ id: "g2", title: "Vehicle Securement", author: "Logistics", description: "Professional strapping for vehicles.", tags: ["Auto"], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dyzp7sGs874KHVqcZpKRlG0BRH/uploaded-1779315072666-rnat9as3.jpg?_wi=2" },
{ id: "g3", title: "Heavy Gear", author: "Industrial", description: "Robust loading techniques for machinery.", tags: ["Industrial"], imageSrc: "http://img.b2bpic.net/free-photo/forklift-operator-loading-cargo-while-working-warehouse-his-colleagues-are-background_637285-4210.jpg?_wi=2" }
]}
features={galleryItems}
/>
</div>

View File

@@ -0,0 +1,66 @@
"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 ProductCatalog from '@/components/ecommerce/productCatalog/ProductCatalog';
export default function LoadingGalleryPage() {
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: "Loading Gallery", id: "/loading-gallery" },
{ name: "Contact", id: "/contact" },
];
const loadingProducts = [
{ id: "1", brand: "Logistics", name: "Precision Loading", price: "$100", rating: 5, reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/forklift-operator-loading-cargo-while-working-warehouse-his-colleagues-are-background_637285-4210.jpg" },
{ id: "2", brand: "Logistics", name: "Heavy Duty Lifting", price: "$250", rating: 5, reviewCount: "32", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-foundation-containers-arrangement_23-2149705544.jpg" },
{ id: "3", brand: "Logistics", name: "Container Security", price: "$150", rating: 4, reviewCount: "28", imageSrc: "http://img.b2bpic.net/free-photo/technological-futuristic-holograms-logistics-means-transport_23-2151663056.jpg" },
];
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">
<ProductCatalog
layout="section"
products={loadingProducts}
/>
</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

@@ -8,6 +8,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
export default function LandingPage() {
const navItems = [
@@ -18,6 +19,13 @@ export default function LandingPage() {
{ name: "Contact", id: "/contact" },
];
const galleryItems = [
{ title: "Heavy Duty Loading", description: "Securing goods for transit", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-foundation-containers-arrangement_23-2149705544.jpg?_wi=2" },
{ title: "Vehicle Securement", description: "Professional loading standards", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dyzp7sGs874KHVqcZpKRlG0BRH/uploaded-1779315072666-rnat9as3.jpg?_wi=2" },
{ title: "Industrial Machinery", description: "Handled with precision", imageSrc: "http://img.b2bpic.net/free-photo/forklift-operator-loading-cargo-while-working-warehouse-his-colleagues-are-background_637285-4210.jpg?_wi=2" },
{ title: "Bulk Inventory", description: "Tracking every step", imageSrc: "http://img.b2bpic.net/free-photo/logistics-means-transport-together-with-technological-futuristic-holograms_23-2151662913.jpg?_wi=1" }
];
return (
<ThemeProvider
defaultButtonVariant="icon-arrow"
@@ -46,7 +54,7 @@ export default function LandingPage() {
title="From Dubai to Ghana: Your Cargo, Delivered Safely and Fast."
description="Whether its luxury watches, vehicles, or heavy industrial gym machinery, Sir James Delivery Company safely transports your goods from the heart of Dubai straight to our secure warehouse in Ghana. No delays. No hidden fees."
testimonials={[
{ name: "Kwame O.", handle: "", testimonial: "Excellent service. My heavy equipment arrived in perfect condition.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/logistics-means-transport-together-with-technological-futuristic-holograms_23-2151662913.jpg" },
{ name: "Kwame O.", handle: "", testimonial: "Excellent service. My heavy equipment arrived in perfect condition.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/logistics-means-transport-together-with-technological-futuristic-holograms_23-2151662913.jpg?_wi=2" },
{ name: "Amina B.", handle: "", testimonial: "The best shipping partner for my perfume wholesale business.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/logistics-means-transport-together-with-technological-futuristic-holograms_23-2151662916.jpg" },
{ name: "John S.", handle: "", testimonial: "Vehicle transport from Dubai was seamless and fast.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/logistics-means-transport-together-with-technological-futuristic-holograms_23-2151662944.jpg" },
{ name: "Sarah L.", handle: "", testimonial: "Great handling of industrial gym machines. Very professional.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/top-view-empty-perfume-bottle_23-2149234340.jpg" },
@@ -125,6 +133,18 @@ export default function LandingPage() {
/>
</div>
<div id="gallery" data-section="gallery" className="py-20">
<FeatureCardOne
title="Professional Cargo Logistics"
description="A free-flowing view of our premium packing and logistics standards."
animationType="slide-up"
gridVariant="three-columns-all-equal-width"
textboxLayout="split"
useInvertedBackground={false}
features={galleryItems}
/>
</div>
<div id="footer" data-section="footer">
<FooterSimple
columns={[