diff --git a/frontend/public/images/about/advokat_surguta.avif b/frontend/public/images/about/advokat_surguta.avif new file mode 100644 index 0000000..9e10781 Binary files /dev/null and b/frontend/public/images/about/advokat_surguta.avif differ diff --git a/frontend/public/images/hero/heroImg.png b/frontend/public/images/hero/heroImg.png deleted file mode 100644 index 0d553ba..0000000 Binary files a/frontend/public/images/hero/heroImg.png and /dev/null differ diff --git a/frontend/public/images/hero/heroImg.avif b/frontend/public/images/home/hero/heroImg.avif similarity index 100% rename from frontend/public/images/hero/heroImg.avif rename to frontend/public/images/home/hero/heroImg.avif diff --git a/frontend/public/images/home/whyus/WhyUs.avif b/frontend/public/images/home/whyus/WhyUs.avif new file mode 100644 index 0000000..148085c Binary files /dev/null and b/frontend/public/images/home/whyus/WhyUs.avif differ diff --git a/frontend/src/assets/images/about/адвокат_Сургута.jpg b/frontend/src/assets/images/about/адвокат_Сургута.jpg deleted file mode 100644 index b2b3981..0000000 Binary files a/frontend/src/assets/images/about/адвокат_Сургута.jpg and /dev/null differ diff --git a/frontend/src/assets/images/home/whyus/WhyUs.png b/frontend/src/assets/images/home/whyus/WhyUs.png deleted file mode 100644 index 35fb757..0000000 Binary files a/frontend/src/assets/images/home/whyus/WhyUs.png and /dev/null differ diff --git a/frontend/src/components/about/AboutHero.astro b/frontend/src/components/about/AboutHero.astro index 475c208..babcf09 100644 --- a/frontend/src/components/about/AboutHero.astro +++ b/frontend/src/components/about/AboutHero.astro @@ -1,9 +1,9 @@ --- -import { Image } from 'astro:assets'; -import lawyerImage from '@assets/images/about/адвокат_Сургута.jpg'; import { LAWYER_NAME } from '@constants/constants.ts'; import { getAboutHeroStats, getYearsOfPractice, getClientDeclension, getYearDeclension } from '@utils/stats.utils.ts'; +const lawyerImage = '/images/about/advokat.avif'; + const dynamicStats = getAboutHeroStats(); const content = { @@ -30,8 +30,8 @@ const content = {
-
- + {LAWYER_NAME.full} = {
-