From 8fc1fc2f7b358f206d1e4a533b51b34b245c9af7 Mon Sep 17 00:00:00 2001 From: Adam Laki Date: Sat, 21 Dec 2024 17:51:02 +0100 Subject: [PATCH] Update footer links --- src/_data/navigation.json | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/src/_data/navigation.json b/src/_data/navigation.json index 020f406..997a7e8 100644 --- a/src/_data/navigation.json +++ b/src/_data/navigation.json @@ -69,20 +69,16 @@ "title": "More From Us", "items": [ { - "caption": "Services", - "url": "https://conedevelopment.com/services/" + "caption": "Laravel Development", + "url": "https://conedevelopment.com/services/application-development/" }, { - "caption": "Pine development blog", - "url": "https://pineco.de/" + "caption": "WordPress Development", + "url": "https://conedevelopment.com/services/website-development/" }, { - "caption": "Root Laravel admin", + "caption": "Root Laravel Admin Package", "url": "https://root.conedevelopment.com/" - }, - { - "caption": "Bite-Sized Accessibility", - "url": "https://bite-sized-a11y.com/" } ] }