From 5fdc7da0fe5a04e0a784c01b7b7f827aa79d0547 Mon Sep 17 00:00:00 2001 From: Calum Muir Date: Thu, 30 Apr 2026 20:30:35 +0000 Subject: [PATCH] Add Instagram links alongside Facebook throughout the site Desktop nav, mobile menu, footer social icons, and contact page "Follow us" section all now include an Instagram icon linking to https://www.instagram.com/HighlandGroupRDA. Co-Authored-By: Claude Sonnet 4.6 --- src/components/SiteFooter.astro | 13 +++++++ src/components/SiteHeader.astro | 60 +++++++++++++++++++++------------ src/pages/contact.astro | 45 ++++++++++++++++++------- 3 files changed, 84 insertions(+), 34 deletions(-) diff --git a/src/components/SiteFooter.astro b/src/components/SiteFooter.astro index 70d4bd7..c28d7e0 100644 --- a/src/components/SiteFooter.astro +++ b/src/components/SiteFooter.astro @@ -91,6 +91,19 @@ const year = new Date().getFullYear(); + + + diff --git a/src/components/SiteHeader.astro b/src/components/SiteHeader.astro index c555a9a..b0ae71d 100644 --- a/src/components/SiteHeader.astro +++ b/src/components/SiteHeader.astro @@ -59,21 +59,32 @@ const lineClass = isDark ? "bg-white" : "bg-black"; - Facebook +
  • + + + + + Instagram + +
  • @@ -122,20 +133,27 @@ const lineClass = isDark ? "bg-white" : "bg-black"; } + diff --git a/src/pages/contact.astro b/src/pages/contact.astro index 4c27efa..cbe0064 100644 --- a/src/pages/contact.astro +++ b/src/pages/contact.astro @@ -187,19 +187,38 @@ const turnstileSiteKey = import.meta.env.PUBLIC_TURNSTILE_SITE_KEY ?? "";

    Follow us

    - - - - - Facebook - +
    + + + + + Facebook + + + + + + Instagram + +