File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -74,10 +74,10 @@ const Info: React.FC = () => {
7474 src = { images . main . src }
7575 alt = { images . main . alt }
7676 className = "w-full h-[500px] md:h-[700px] object-cover"
77- width = { 1920 }
78- height = { 700 }
79- loading = "eager"
80- fetchPriority = "high"
77+ width = { 1920 }
78+ height = { 700 }
79+ loading = "eager"
80+ fetchPriority = "high"
8181 />
8282 < div
8383 className = "absolute inset-0 bg-gradient-to-r from-black/70
@@ -200,9 +200,9 @@ const Info: React.FC = () => {
200200 className = "w-full rounded-2xl transform hover:scale-105
201201 transition-all duration-500 ease-out"
202202 loading = "lazy"
203- width = { 800 }
204- height = { 600 }
205- decoding = "async"
203+ width = { 800 }
204+ height = { 600 }
205+ decoding = "async"
206206 />
207207
208208 { /* Card on Bottom Right */ }
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ export const ActivityCard: React.FC<ActivityCardProps> = ({
2828} ) => (
2929 < div className = "bg-white rounded-3xl p-8 flex flex-col items-center text-center shadow-lg transition-transform hover:scale-105" >
3030 < img
31- src = { icon }
31+ src = { icon }
3232 alt = { title }
3333 className = "w-24 h-24 mb-4"
3434 width = { 96 }
You can’t perform that action at this time.
0 commit comments