@@ -4,18 +4,18 @@ import instagram from '../../assets/instagram-brands-solid.svg';
4
4
import facebook from '../../assets/facebook-brands-solid.svg' ;
5
5
import twitter from '../../assets/x-twitter-brands-solid.svg' ;
6
6
import linkedin from '../../assets/linkedin-brands-solid.svg' ;
7
- import CustomerCare from '../../assets/call-center.gif' ;
8
- import Consultation from '../../assets/consultation.gif' ;
9
- import PriceTag from '../../assets/price-tag.gif' ;
10
- import Terms from '../../assets/terms-and-conditions.png' ;
11
- import Join from '../../assets/join.gif' ;
7
+ // import CustomerCare from '../../assets/call-center.gif';
8
+ // import Consultation from '../../assets/consultation.gif';
9
+ // import PriceTag from '../../assets/price-tag.gif';
10
+ // import Terms from '../../assets/terms-and-conditions.png';
11
+ // import Join from '../../assets/join.gif';
12
12
import { FaArrowUp } from 'react-icons/fa' ;
13
- import hospital from '../../assets/hospital.gif' ;
14
- import doctor from '../../assets/doctors-office.gif' ;
15
- import support from '../../assets/support.png' ;
16
- import business from '../../assets/business.gif' ;
17
- import bloodTest from '../../assets/blood-test.gif' ;
18
- import health from '../../assets/health-checkup.gif' ;
13
+ // import hospital from '../../assets/hospital.gif';
14
+ // import doctor from '../../assets/doctors-office.gif';
15
+ // import support from '../../assets/support.png';
16
+ // import business from '../../assets/business.gif';
17
+ // import bloodTest from '../../assets/blood-test.gif';
18
+ // import health from '../../assets/health-checkup.gif';
19
19
20
20
const Footer = ( ) => {
21
21
const [ showScrollTop , setShowScrollTop ] = useState ( false ) ;
@@ -48,66 +48,66 @@ const Footer = () => {
48
48
< footer className = "footer" >
49
49
< div className = "footer-sections" >
50
50
< div className = "footer-column" >
51
- < h3 className = "text-xl font-semibold mb-4" > Services</ h3 >
52
- < ul >
53
- < li className = "flex items-center space-x-4 mb-2" >
54
- < img src = { Consultation } alt = "OPD Consultation Icon" className = "w-12 h-12" />
55
- < span > OPD Consultations</ span >
56
- </ li >
57
- < li className = "flex items-center space-x-4 mb-2" >
58
- < img src = { bloodTest } alt = "Lab Test Icon" className = "w-12 h-12" />
59
- < span > Lab Tests</ span >
60
- </ li >
61
- < li className = "flex items-center space-x-4 mb-2" >
62
- < img src = { health } alt = "Health Checkup Icon" className = "w-12 h-12" />
63
- < span > Health Checkup</ span >
64
- </ li >
65
- </ ul >
66
- </ div >
67
-
68
- < div className = "footer-column" >
69
- < h3 className = "text-xl font-semibold mb-4" > About</ h3 >
70
- < ul >
71
- < li className = "flex items-center space-x-4 mb-2" >
72
- < img src = { hospital } alt = "Hospital Icon" className = "w-10 h-10" />
73
- < span > Our Hospital</ span >
74
- </ li >
75
- < li className = "flex items-center space-x-4 mb-2" >
76
- < img src = { doctor } alt = "Doctors Icon" className = "w-12 h-12" />
77
- < span > Doctors</ span >
78
- </ li >
79
- < li className = "flex items-center space-x-4 mb-2" >
80
- < img src = { PriceTag } alt = "Pricing Icon" className = "w-12 h-12" />
81
- < span > Pricing</ span >
82
- </ li >
83
- < li className = "flex items-center space-x-4 mb-2" >
84
- < img src = { Terms } alt = "Terms Icon" className = "w-10 h-10" />
85
- < span > Terms</ span >
86
- </ li >
87
- </ ul >
88
- </ div >
89
-
90
- < div className = "footer-column" >
91
- < h3 className = "text-xl font-semibold mb-4" > Contact Us</ h3 >
92
- < ul >
93
- < li className = "flex items-center space-x-4 mb-2" >
94
- < img src = { business } alt = "Business Icon" className = "w-10 h-10" />
95
- < span > Business</ span >
96
- </ li >
97
- < li className = "flex items-center space-x-4 mb-2" >
98
- < img src = { CustomerCare } alt = "Customer Care Icon" className = "w-12 h-12" />
99
- < span > Customer Care</ span >
100
- </ li >
101
- < li className = "flex items-center space-x-4 mb-2" >
102
- < img src = { Join } alt = "Join Us Icon" className = "w-12 h-12" />
103
- < span > Join Us</ span >
104
- </ li >
105
- < li className = "flex items-center space-x-4 mb-2" >
106
- < img src = { support } alt = "Support Us Icon" className = "w-10 h-10" />
107
- < span > Support Us</ span >
108
- </ li >
109
- </ ul >
110
- </ div >
51
+ < h3 className = "text-xl font-semibold mb-4" > Services</ h3 >
52
+ < ul >
53
+ < li className = "flex items-center space-x-4 mb-2" >
54
+ { /* <img src={Consultation} alt="OPD Consultation Icon" className="w-12 h-12" /> */ }
55
+ < span > OPD Consultations</ span >
56
+ </ li >
57
+ < li className = "flex items-center space-x-4 mb-2" >
58
+ { /* <img src={bloodTest} alt="Lab Test Icon" className="w-12 h-12" /> */ }
59
+ < span > Lab Tests</ span >
60
+ </ li >
61
+ < li className = "flex items-center space-x-4 mb-2" >
62
+ { /* <img src={health} alt="Health Checkup Icon" className="w-12 h-12" /> */ }
63
+ < span > Health Checkup</ span >
64
+ </ li >
65
+ </ ul >
66
+ </ div >
67
+
68
+ < div className = "footer-column" >
69
+ < h3 className = "text-xl font-semibold mb-4" > About</ h3 >
70
+ < ul >
71
+ < li className = "flex items-center space-x-4 mb-2" >
72
+ { /* <img src={hospital} alt="Hospital Icon" className="w-10 h-10" /> */ }
73
+ < span > Our Hospital</ span >
74
+ </ li >
75
+ < li className = "flex items-center space-x-4 mb-2" >
76
+ { /* <img src={doctor} alt="Doctors Icon" className="w-12 h-12" /> */ }
77
+ < span > Doctors</ span >
78
+ </ li >
79
+ < li className = "flex items-center space-x-4 mb-2" >
80
+ { /* <img src={PriceTag} alt="Pricing Icon" className="w-12 h-12" /> */ }
81
+ < span > Pricing</ span >
82
+ </ li >
83
+ < li className = "flex items-center space-x-4 mb-2" >
84
+ { /* <img src={Terms} alt="Terms Icon" className="w-10 h-10" /> */ }
85
+ < span > Terms</ span >
86
+ </ li >
87
+ </ ul >
88
+ </ div >
89
+
90
+ < div className = "footer-column" >
91
+ < h3 className = "text-xl font-semibold mb-4" > Contact Us</ h3 >
92
+ < ul >
93
+ < li className = "flex items-center space-x-4 mb-2" >
94
+ { /* <img src={business} alt="Business Icon" className="w-10 h-10" /> */ }
95
+ < span > Business</ span >
96
+ </ li >
97
+ < li className = "flex items-center space-x-4 mb-2" >
98
+ { /* <img src={CustomerCare} alt="Customer Care Icon" className="w-12 h-12" /> */ }
99
+ < span > Customer Care</ span >
100
+ </ li >
101
+ < li className = "flex items-center space-x-4 mb-2" >
102
+ { /* <img src={Join} alt="Join Us Icon" className="w-12 h-12" /> */ }
103
+ < span > Join Us</ span >
104
+ </ li >
105
+ < li className = "flex items-center space-x-4 mb-2" >
106
+ { /* <img src={support} alt="Support Us Icon" className="w-10 h-10" /> */ }
107
+ < span > Support Us</ span >
108
+ </ li >
109
+ </ ul >
110
+ </ div >
111
111
112
112
< div className = "footer-column follow-us" >
113
113
< h3 > Follow us on</ h3 >
0 commit comments