diff --git a/src/components/InitialSection.astro b/src/components/InitialSection.astro index 104bf68..579b887 100644 --- a/src/components/InitialSection.astro +++ b/src/components/InitialSection.astro @@ -41,6 +41,8 @@ const { imgSrc, imgAlt, logoSrc, logoAlt, mainTitle, subtitle, buttonText } = ) } + + diff --git a/src/components/footer/Footer.astro b/src/components/footer/Footer.astro index ffd6a17..dfa471c 100644 --- a/src/components/footer/Footer.astro +++ b/src/components/footer/Footer.astro @@ -4,11 +4,124 @@ import "./footer.css";