Skip to content

Commit 2fc8980

Browse files
committed
chore(frontend): request for full quality hero images
1 parent 9916d2d commit 2fc8980

File tree

9 files changed

+9
-0
lines changed

9 files changed

+9
-0
lines changed

frontend/src/app/for-lawyers/components/Hero.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ const Hero: React.FC = async () => {
4141
alt="Hero Image Background"
4242
fill
4343
priority
44+
quality={100}
4445
className="absolute left-0 top-0 z-[-1] h-full object-cover"
4546
/>
4647
</div>

frontend/src/app/home/components/Hero.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ const Hero: React.FC = async () => {
5454
alt="Hero Image Background"
5555
fill
5656
priority
57+
quality={100}
5758
className="absolute left-0 top-0 z-[-1] h-full object-cover"
5859
/>
5960
</div>

frontend/src/components/BrandAssets/Hero.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ const Hero: React.FC<IHero> = ({ heroData }) => {
3232
alt="Hero Image Background"
3333
fill
3434
priority
35+
quality={100}
3536
className="absolute left-0 top-0 z-[-1] h-full object-cover"
3637
/>
3738
</div>

frontend/src/components/Community/hero.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ const Hero: React.FC<IHero> = ({ heroData }) => {
3535
alt="Hero Image Background"
3636
fill
3737
priority
38+
quality={100}
3839
className="absolute left-0 top-0 z-[-1] h-full object-cover"
3940
/>
4041
</div>

frontend/src/components/Cooperative/hero.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ const Hero: React.FC<IHero> = ({ heroData }) => {
4343
alt="Hero Image Background"
4444
fill
4545
priority
46+
quality={100}
4647
className="absolute left-0 top-0 z-[-1] h-full object-cover"
4748
/>
4849
</div>

frontend/src/components/Earn/Hero.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ const Hero: React.FC<IHero> = ({ heroData }) => {
5050
alt="Hero Image Background"
5151
fill
5252
priority
53+
quality={100}
5354
className="absolute left-0 top-0 z-[-1] h-full object-cover"
5455
/>
5556
</div>

frontend/src/components/ForBuilders/Hero.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ const Hero: React.FC<IHero> = ({ heroData }) => {
4747
alt="Hero Image Background"
4848
fill
4949
priority
50+
quality={100}
5051
className="absolute left-0 top-0 z-[-1] h-full object-cover"
5152
/>
5253
</div>

frontend/src/components/PNKToken/Hero.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ const Hero: React.FC<IHero> = ({ heroData }) => {
3636
alt="Hero Image Background"
3737
fill
3838
priority
39+
quality={100}
3940
className="absolute left-0 top-0 z-[-1] h-full object-cover"
4041
/>
4142
</div>

frontend/src/components/ResearchDevelopment/Hero.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ const Hero: React.FC<IHero> = ({ heroData }) => {
4949
alt="Hero Image Background"
5050
fill
5151
priority
52+
quality={100}
5253
className="absolute left-0 top-0 z-[-1] h-full object-cover"
5354
/>
5455
</div>

0 commit comments

Comments
 (0)