diff options
| author | Dawid Rycerz <dawid@rycerz.xyz> | 2025-07-21 22:21:20 +0300 |
|---|---|---|
| committer | Dawid Rycerz <dawid@rycerz.xyz> | 2025-07-21 22:21:20 +0300 |
| commit | 8995af73a491295a0765af76bd534373eb6c57af (patch) | |
| tree | d0b7f0831c5719ea4cfea8298caa46967807311e /src/pages/index.astro | |
| parent | c735556726e75428550a3d28a2cf58e2c8490b7d (diff) | |
Initial config
Diffstat (limited to 'src/pages/index.astro')
| -rw-r--r-- | src/pages/index.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/index.astro b/src/pages/index.astro index 3e6d7da..f4aff47 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -1,7 +1,7 @@ --- import Layout from '~/layouts/PageLayout.astro'; -import Hero from '~/components/widgets/Hero.astro'; +import Hero from '~/components/widgets/Hero2.astro'; import Note from '~/components/widgets/Note.astro'; import Features from '~/components/widgets/Features.astro'; import Features2 from '~/components/widgets/Features2.astro'; |
