Update src/app/the-sir-james-transit-guarantee/page.tsx
This commit is contained in:
@@ -1,11 +1,12 @@
|
|||||||
"use client";
|
"use client";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
|
import ReactLenis from "lenis/react";
|
||||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||||
import LegalSection from '@/components/legal/LegalSection';
|
|
||||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||||
|
import LegalSection from '@/components/legal/LegalSection';
|
||||||
|
|
||||||
export default function GuaranteePage() {
|
export default function TransitGuaranteePage() {
|
||||||
return (
|
return (
|
||||||
<ThemeProvider
|
<ThemeProvider
|
||||||
defaultButtonVariant="icon-arrow"
|
defaultButtonVariant="icon-arrow"
|
||||||
@@ -19,44 +20,42 @@ export default function GuaranteePage() {
|
|||||||
secondaryButtonStyle="glass"
|
secondaryButtonStyle="glass"
|
||||||
headingFontWeight="medium"
|
headingFontWeight="medium"
|
||||||
>
|
>
|
||||||
|
<ReactLenis root>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleApple
|
<NavbarStyleApple
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "/" },
|
{ name: "Services", id: "/services" },
|
||||||
{ name: "Services", id: "/services" },
|
{ name: "How It Works", id: "/how-it-works" },
|
||||||
{ name: "How It Works", id: "/how-it-works" },
|
{ name: "Guarantee", id: "/the-sir-james-transit-guarantee" },
|
||||||
{ name: "Contact", id: "/contact" },
|
{ name: "Contact", id: "/contact" },
|
||||||
]}
|
]}
|
||||||
brandName="Sir James Delivery"
|
brandName="Sir James Delivery"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="guarantee" data-section="guarantee">
|
<div id="legal" data-section="legal">
|
||||||
<LegalSection
|
<LegalSection
|
||||||
layout="page"
|
layout="page"
|
||||||
title="The Sir James Transit Guarantee"
|
title="The Sir James Transit Guarantee"
|
||||||
subtitle="Our commitment to your cargo's security and timely delivery."
|
|
||||||
sections={[
|
sections={[
|
||||||
{
|
{
|
||||||
heading: "1. Safe Handling", content: { type: "paragraph", text: "We treat every item, from luxury goods to heavy machinery, with the utmost care to ensure it arrives in the same condition it was shipped." }
|
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." }
|
||||||
},
|
|
||||||
{
|
|
||||||
heading: "2. Customs Assurance", content: { type: "paragraph", text: "Our team manages all clearing paperwork to remove the stress of customs for our clients." }
|
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterSimple
|
<FooterSimple
|
||||||
columns={[
|
columns={[
|
||||||
{ title: "Company", items: [{ label: "About Us", href: "#" }, { label: "Services", href: "/services" }] },
|
{ title: "Company", items: [{ label: "About Us", href: "#" }, { label: "Services", href: "/services" }] },
|
||||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms", href: "#" }] },
|
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms", href: "#" }] },
|
||||||
]}
|
]}
|
||||||
bottomLeftText="© 2026 Sir James Delivery Company."
|
bottomLeftText="© 2026 Sir James Delivery Company."
|
||||||
bottomRightText="Safe. Swift. Secure."
|
bottomRightText="Safe. Swift. Secure."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user