Update layout to PageLayout

This commit is contained in:
prototypa
2023-08-17 09:00:10 -04:00
parent b61e82aa31
commit 99f39fd5f9

View File

@ -1,5 +1,5 @@
--- ---
import Layout from '~/layouts/LandingLayout.astro'; import Layout from '~/layouts/PageLayout.astro';
import Hero2 from '~/components/widgets/Hero2.astro'; import Hero2 from '~/components/widgets/Hero2.astro';
import CallToAction from '~/components/widgets/CallToAction.astro'; import CallToAction from '~/components/widgets/CallToAction.astro';