Skip to content

Commit

Permalink
webp
Browse files Browse the repository at this point in the history
  • Loading branch information
samalsubrat committed Feb 27, 2024
1 parent 9a81d56 commit c47be4b
Show file tree
Hide file tree
Showing 14 changed files with 4 additions and 4 deletions.
Binary file removed public/Copper.zip
Binary file not shown.
Binary file removed public/carou-one.jpg
Binary file not shown.
Binary file removed public/carou-three.jpg
Binary file not shown.
Binary file removed public/carou-two.jpg
Binary file not shown.
Binary file added public/carou-two.webp
Binary file not shown.
Binary file removed public/img-one.jpg
Binary file not shown.
Binary file added public/img-one.webp
Binary file not shown.
Binary file removed public/img-three.jpg
Binary file not shown.
Binary file added public/img-three.webp
Binary file not shown.
Binary file removed public/img-two.jpg
Binary file not shown.
Binary file added public/img-two.webp
Binary file not shown.
2 changes: 1 addition & 1 deletion src/app/components/Aesthetic.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const Aesthetic = () => {
<div className="flex mb-28 overflow-hidden relative flex-col rounded-xl justify-center font-bold h-[600px] min-h-[534px] mb-28` mx-32 max-md:mx-5 max-lg:mx-10 max-xl:mx-16 shadow-white/10 shadow-md">
<div className="absolute inset-0 size-full top-0">
<Image
src="/carou-two.jpg"
src="/carou-two.webp"
alt="..."
layout="fill"
objectFit="cover"
Expand Down
4 changes: 2 additions & 2 deletions src/app/components/LongLife.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const LongLife = () => {
<div className="flex overflow-hidden relative flex-col rounded-xl justify-center font-bold h-3/5 min-h-full w-2/4 max-lg:w-full max-sm:w-full mb-12 max-md:mx-0 max-sm:mr-0 max-sm:ml-0 shadow-white/10 shadow-md ">
<div className="absolute inset-0 top-0">
<Image
src="/img-two.jpg"
src="/img-two.webp"
alt="long-life"
layout="fill"
objectFit="cover"
Expand All @@ -34,7 +34,7 @@ const LongLife = () => {
<div className="flex overflow-hidden relative flex-col rounded-xl justify-center font-bold h-3/5 min-h-full w-2/4 max-lg:w-full max-md:w-full max-sm:w-full mb-12 max-md:mx-0 max-sm:mx-0 shadow-white/10 shadow-md ">
<div className="absolute inset-0 top-0">
<Image
src="/img-three.jpg"
src="/img-three.webp"
alt="long-life"
layout="fill"
objectFit="cover"
Expand Down
2 changes: 1 addition & 1 deletion src/app/components/Performance.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const Performance = () => {
<div className="flex overflow-hidden relative flex-col rounded-xl justify-center font-bold h-3/5 min-h-full w-full max-lg:w-full max-sm:w-full mb-12 max-md:mx-0 max-sm:mr-0 max-sm:ml-0 shadow-white/10 shadow-md ">
<div className="absolute inset-0 top-0">
<Image
src="/img-one.jpg"
src="/img-one.webp"
alt="long-life"
layout="fill"
objectFit="cover"
Expand Down

0 comments on commit c47be4b

Please sign in to comment.