Skip to content

Commit 001d2d6

Browse files
committed
Insta icon added and avif images deleted
1 parent ba80c6c commit 001d2d6

File tree

7 files changed

+12
-13
lines changed

7 files changed

+12
-13
lines changed

public/AboutUS/image1.avif

-18.9 KB
Binary file not shown.

public/AboutUS/image3.avif

-37.9 KB
Binary file not shown.

public/Home Page/Blog1.avif

-203 KB
Binary file not shown.

public/Home Page/Blog2.webp

-859 KB
Binary file not shown.

public/Home Page/Blog3.avif

-32.2 KB
Binary file not shown.

src/components/HomePage/FollowOnInstagram.jsx

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,16 @@
7171

7272
import styles from "./FollowOnInstagram.module.css";
7373

74+
import { RxInstagramLogo } from "react-icons/rx";
75+
7476
function FollowOnInstagram() {
7577
return (
7678
<div className="flex flex-col items-center">
77-
<div className="lg:mt-4 mb-4 text-success font-bold text-2xl md:text-3xl lg:text-4xl text-center">
78-
Follow us on Instagram
79+
<div className="mt-9 md:mt-16 mb-4 font-bold text-xl md:text-3xl lg:text-4xl text-center flex justify-center items-center gap-2">
80+
<div className="text-success">Follow us on Instagram</div>
81+
<div className="cursor-pointer">
82+
<RxInstagramLogo />
83+
</div>
7984
</div>
8085
<div
8186
className={`${styles["main-container"]} grid h-full w-full md:h-4/6 md:w-5/6 grid-cols-12 px-8 mx-8 mt-2 mb-5`}

src/pages/AboutUs.jsx

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)