remove default content and replace with myself

This commit is contained in:
2024-08-19 21:47:37 -05:00
parent 7ef4b48b18
commit 5dfe806e6b
11 changed files with 20 additions and 25 deletions

View File

@@ -5,7 +5,7 @@ import ContactCTA from '../components/ContactCTA.astro';
import Hero from '../components/Hero.astro';
---
<BaseLayout title="About | Jeanine White" description="About Jeanine White Lorem Ipsum">
<BaseLayout title="About | Alex Lebens" description="About Alex Lebens">
<div class="stack gap-20">
<main class="wrapper about">
<Hero
@@ -15,8 +15,8 @@ import Hero from '../components/Hero.astro';
<img
width="1553"
height="873"
src="/assets/at-work.jpg"
alt="Jeanine White at work with a colleague"
src="/assets/hiking.jpg"
alt="Alex Lebens hiking in Texas"
/>
</Hero>