Update src/app/page.tsx

This commit is contained in:
2026-05-23 11:44:35 +00:00
parent a9a01d0820
commit f4fae7b897

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."
/>