Skip to content

Commit

Permalink
Add quality
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-dharti-r committed Mar 12, 2024
1 parent d3efc56 commit e7e502b
Showing 1 changed file with 6 additions and 25 deletions.
31 changes: 6 additions & 25 deletions website/components/Hero/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,48 +23,45 @@ const Hero = () => {
<SwiperSlide>
<Image
src="/images/banner/1.jpg"
fill
className="h-full w-full object-cover"
alt="banner-slide-image"
fill
unoptimized
quality={50}
/>
</SwiperSlide>
<SwiperSlide>
<div className="h-full w-full">
<div className="flex h-1/2 w-full">
<Image
src="/images/banner/2.jpg"
width={1000}
height={500}
className="h-full w-3/4 object-cover"
alt="banner-slide-image"
unoptimized
quality={50}
/>
<Image
src="/images/banner/3.jpg"
width={1000}
height={1000}
className="h-full w-1/4 object-cover"
alt="banner-slide-image"
unoptimized
quality={50}
/>
</div>
<div className="flex h-1/2 w-full">
<Image
src="/images/banner/4.jpg"
width={1000}
height={1000}
className="h-full w-1/4 object-cover"
alt="banner-slide-image"
unoptimized
quality={50}
/>
<Image
src="/images/banner/5.jpg"
width={1000}
height={1000}
className="h-full w-3/4 object-cover"
alt="banner-slide-image"
unoptimized
quality={50}
/>
</div>
</div>
Expand All @@ -74,16 +71,12 @@ const Hero = () => {
<div className="flex h-1/2 w-full">
<Image
src="/images/banner/6.jpg"
width={1000}
height={500}
className="h-full w-1/4 object-cover"
alt="banner-slide-image"
unoptimized
/>
<Image
src="/images/banner/7.jpg"
width={1000}
height={1000}
className="h-full w-3/4 object-cover"
alt="banner-slide-image"
unoptimized
Expand All @@ -92,16 +85,12 @@ const Hero = () => {
<div className="flex h-1/2 w-full">
<Image
src="/images/banner/8.jpg"
width={1000}
height={1000}
className="h-full w-1/4 object-cover"
alt="banner-slide-image"
unoptimized
/>
<Image
src="/images/banner/9.jpg"
width={1000}
height={1000}
className="h-full w-3/4 object-cover"
alt="banner-slide-image"
unoptimized
Expand All @@ -114,16 +103,12 @@ const Hero = () => {
<div className="flex h-1/2 w-full">
<Image
src="/images/banner/10.jpg"
width={1000}
height={500}
className="h-full w-3/4 object-cover"
alt="banner-slide-image"
unoptimized
/>
<Image
src="/images/banner/11.jpg"
width={1000}
height={1000}
className="h-full w-1/4 object-cover"
alt="banner-slide-image"
unoptimized
Expand All @@ -132,16 +117,12 @@ const Hero = () => {
<div className="flex h-1/2 w-full">
<Image
src="/images/banner/12.jpg"
width={1000}
height={1000}
className="h-full w-3/4 object-cover"
alt="banner-slide-image"
unoptimized
/>
<Image
src="/images/banner/13.jpg"
width={1000}
height={1000}
className="h-full w-1/4 object-cover"
alt="banner-slide-image"
unoptimized
Expand Down

0 comments on commit e7e502b

Please sign in to comment.