From a8308ecd450f800ad8d95f5545384f626940fa9f Mon Sep 17 00:00:00 2001 From: Jad wauthier Date: Mon, 10 Aug 2026 19:22:07 -0500 Subject: [PATCH] Add homepage copy and clean up BaseLayout formatting Replaces the "under construction" placeholder with real landing-page content (Clarke "magic" framing tied to JAWS Page Explorer, the presentation-vs-experience thesis, and a personal Q&A on coding without sight), and removes manual line-wrapping in the footer nav links. --- src/layouts/BaseLayout.astro | 14 +++++--------- src/pages/index.astro | 37 +++++++++++++++++++++++++++++++++--- 2 files changed, 39 insertions(+), 12 deletions(-) diff --git a/src/layouts/BaseLayout.astro b/src/layouts/BaseLayout.astro index 4cee224..9444818 100644 --- a/src/layouts/BaseLayout.astro +++ b/src/layouts/BaseLayout.astro @@ -23,24 +23,20 @@ const { title } = Astro.props; + +