Update home page

This commit is contained in:
reuterShawn 2024-08-19 10:27:53 -05:00
parent ac73c47aeb
commit 3aa06c0953

View File

@ -1,7 +1,7 @@
---
import BaseLayout from '../layouts/BaseLayout.astro';
const title = 'My Astro Blog';
const title = 'Shawn Reuter Blgo';
const description = 'The perfect starter for your perfect blog.';
const permalink = Astro.site.href;
---
@ -9,8 +9,8 @@ const permalink = Astro.site.href;
<BaseLayout title={title} description={description} permalink={permalink}>
<div class="home-container">
<div class="home-copy">
<h1>Welcome to Reuter Development</h1>
<p>Where we make a clearing for you, cutting down the obstacles in your path.
<h1>Welcome to my Blog</h1>
<p>I am web developer ffreelancing with my brand Reuter Development</p>
</div>
@ -29,15 +29,6 @@ const permalink = Astro.site.href;
</div> -->
</BaseLayout>
<h1>What defines Reuter Development</h1>
<ul>
<li>Client-focused</li>
<li>Strong Center</li>
<li></li>
</ul>
<style>
.home-container {
align-items: center;