diff --git a/src/pages-templates/about/index.tsx b/src/pages-templates/about/index.tsx
index 32d4189..770f475 100644
--- a/src/pages-templates/about/index.tsx
+++ b/src/pages-templates/about/index.tsx
@@ -40,10 +40,9 @@ export default function AboutPage({ content }: AboutPageProps) {
'/placeholder.svg?height=400&width=1920&text=Наша+История'
}
alt={t('about.hero.imageAlt')}
- width={1920}
- height={400}
className='object-cover'
priority
+ fill
/>
@@ -37,12 +38,14 @@ export function CharityPage({ content }: CharityPageProps) {
@@ -104,7 +107,10 @@ export function CharityPage({ content }: CharityPageProps) {
className='relative h-[500px] overflow-hidden rounded-xl shadow-xl'
>
diff --git a/src/pages-templates/clients/loyalty/index.tsx b/src/pages-templates/clients/loyalty/index.tsx
index b61629c..93ece61 100644
--- a/src/pages-templates/clients/loyalty/index.tsx
+++ b/src/pages-templates/clients/loyalty/index.tsx
@@ -28,10 +28,9 @@ export function LoyaltyPage() {
'/placeholder.svg?height=400&width=1920&text=Программа+лояльности'
}
alt='Программа лояльности'
- width={1920}
- height={400}
className='object-cover'
priority
+ fill
/>