Compare commits

...

2 Commits

Author SHA1 Message Date
f4fae7b897 Update src/app/page.tsx 2026-05-23 11:44:35 +00:00
a9a01d0820 Merge version_37 into main
Merge version_37 into main
2026-05-23 11:41:41 +00:00

View File

@@ -120,7 +120,10 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterSimple
columns={[]}
columns={[
{ title: "Services", items: [{ label: "Shipping", href: "/services" }, { label: "Gallery", href: "/gallery" }] },
{ title: "Support", items: [{ label: "Contact", href: "/contact" }, { label: "Guarantee", href: "/the-sir-james-transit-guarantee" }] }
]}
bottomLeftText="© 2026 Sir James Delivery Company."
bottomRightText="Safe. Swift. Secure."
/>