diff --git a/frontend/src/pages/index.astro b/frontend/src/pages/index.astro index 39a8f7d..29d71ee 100644 --- a/frontend/src/pages/index.astro +++ b/frontend/src/pages/index.astro @@ -25,7 +25,7 @@ import { SITE_URL } from '@constants'; btnSecondaryHref="/services" btnSecondaryClass="btn-services" layout="with-image" - sideImage="/images/avtourist-surgut.avif" + sideImage="/images/home/avtourist-surgut.avif" sideImageAlt="Юрист" bgImage="/images/home/bg_hero.avif" minHeight="100vh" diff --git a/frontend/src/pages/index1.astro b/frontend/src/pages/index1.astro deleted file mode 100644 index 39a8f7d..0000000 --- a/frontend/src/pages/index1.astro +++ /dev/null @@ -1,42 +0,0 @@ ---- -import Layout from '@layouts/Layout.astro'; -import PageHero from '@components/base/PageHero.astro'; -import Services from "@components/home/Services.astro"; -import Steps from "@components/home/Steps.astro"; -import WhyUs from "@components/home/WhyUs.astro"; -import Reviews from "@components/home/Reviews.astro"; -import Faq from "@components/home/Faq.astro"; -import { SITE_URL } from '@constants'; ---- - - - - - - - - - \ No newline at end of file