feat: add footer to the hub page
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
---
|
||||
import BaseLayout from '../../layouts/BaseLayout.astro';
|
||||
import Header from '../../components/Header.astro';
|
||||
import Footer from '../../components/Footer.astro';
|
||||
import ServiceCard from '../../components/ServiceCard.astro';
|
||||
import { getDictionary } from '../../i18n';
|
||||
import { services } from '../../i18n/services';
|
||||
@@ -22,4 +23,5 @@ const t = getDictionary(locale);
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
<Footer locale={locale} />
|
||||
</BaseLayout>
|
||||
|
||||
Reference in New Issue
Block a user