feat: add Intro component to replace Welcome on the homepage

This commit is contained in:
fiatcode 2026-01-22 17:26:20 +07:00
parent 4c4c97b780
commit 2e511b5e00
2 changed files with 2 additions and 5 deletions

View file

@ -1,11 +1,8 @@
---
import Welcome from "@/components/Welcome.astro";
import Intro from "@/components/Intro.astro";
import Layout from "@/layouts/Layout.astro";
// Welcome to Astro! Wondering what to do next? Check out the Astro documentation at https://docs.astro.build
// Don't want to use any of this? Delete everything in this file, the `assets`, `components`, and `layouts` directories, and start fresh.
---
<Layout title="Dhemas Nurjaya" description="Welcome to my personal website">
<Welcome />
<Intro />
</Layout>