From 5d7bb04bf151c225b540cc7d2af96c1446901726 Mon Sep 17 00:00:00 2001 From: Web-serfer Date: Thu, 16 Apr 2026 01:49:57 +0500 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=BE=D0=B2=D1=8B=D0=B5=20=D0=BF=D1=80?= =?UTF-8?q?=D0=B0=D0=B2=D0=BA=D0=B8=20=D1=81=D0=B0=D0=B9=D1=82=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/pages/index.astro | 2 +- frontend/src/pages/index1.astro | 42 --------------------------------- 2 files changed, 1 insertion(+), 43 deletions(-) delete mode 100644 frontend/src/pages/index1.astro 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