@@ -21,18 +21,15 @@ export default function AboutUs() {
2121 { /* Feature 1 */ }
2222 < div className = "bg-gray-50 rounded-lg p-0.3 border-r border-b last:border-r-0 last:md:border-b-0 md:last:border-r-0" >
2323 < div className = "bg-cover bg-center" >
24- < img
25- src = "/AboutUS/image1.jpg"
26- alt = "Friendly and fast support"
27- />
24+ < img src = "/AboutUS/image1.jpg" alt = "Friendly and fast support" />
2825 </ div >
2926 </ div >
3027
3128 { /* Feature 2 */ }
3229 < div className = "bg-gray-50 rounded-lg p-6 border-b md:last:border-b-0 flex justify-center flex-col" >
3330 < div className = "flex justify-center mb-4" >
3431 < img
35- src = "/AboutUS/image2.jpg "
32+ src = "/AboutUS/image2.png "
3633 alt = "Organic and seed grown plants"
3734 className = "w-40 h-40 object-contain"
3835 />
@@ -51,18 +48,15 @@ export default function AboutUs() {
5148 { /* Feature 3 */ }
5249 < div className = "bg-gray-50 rounded-lg p-0.3 border-b last:border-b-0 md:last:border-r-0" >
5350 < div className = "bg-cover bg-center" >
54- < img
55- src = "/AboutUS/image3.jpg"
56- alt = "Friendly and fast support"
57- />
51+ < img src = "/AboutUS/image3.jpg" alt = "Friendly and fast support" />
5852 </ div >
5953 </ div >
6054
6155 { /* Feature 4 */ }
6256 < div className = "bg-gray-50 rounded-lg p-6 border-r border-b last:border-r-0 md:border-b-0 md:last:border-r-0 flex justify-center flex-col" >
6357 < div className = "flex justify-center mb-4" >
6458 < img
65- src = "/AboutUS/image4.jpg "
59+ src = "/AboutUS/image4.png "
6660 alt = "Friendly and fast support"
6761 className = "w-40 h-40 object-contain"
6862 />
@@ -93,7 +87,7 @@ export default function AboutUs() {
9387 < div className = "bg-gray-50 rounded-lg p-6 border-b last:border-b-0 md:last:border-r-0 flex justify-center flex-col" >
9488 < div className = "flex justify-center mb-4" >
9589 < img
96- src = "/AboutUS/image6.jpg "
90+ src = "/AboutUS/image6.png "
9791 alt = "Expert Guidance"
9892 className = "w-40 h-40 object-contain"
9993 />
0 commit comments