11/* eslint-disable @next/next/no-img-element */
2+ import Link from 'next/link' ;
23import React , { useState } from 'react' ;
34import { FaCopy } from 'react-icons/fa' ;
45
@@ -98,22 +99,22 @@ const Footer = () => {
9899 < h4 className = "text-xl text-[#F0F0F0] font-inter font-medium mb-3" > Product</ h4 >
99100 < ul className = "text-sm transition-all duration-500 whitespace-nowrap" >
100101 < li className = "mb-2" >
101- < a href = "javascript:; " className = "text-[#9E9E9E] text-lg hover:text-white" >
102+ < a href = "https://jiffyscan.xyz/ " className = "text-[#9E9E9E] text-lg hover:text-white" >
102103 Explorer as a Service
103104 </ a >
104105 </ li >
105106 < li className = "mb-2" >
106- < a href = "javascript:; " className = "text-[#9E9E9E] text-lg hover:text-white" >
107+ < a href = "https://jiffyscan.mintlify.app/Quickstart/bundler " className = "text-[#9E9E9E] text-lg hover:text-white" >
107108 Bundler API
108109 </ a >
109110 </ li >
110111 < li className = "mb-2" >
111- < a href = "javascript:; " className = "text-[#9E9E9E] text-lg hover:text-white" >
112+ < a href = "https://jiffyscan.mintlify.app/Quickstart/paymaster " className = "text-[#9E9E9E] text-lg hover:text-white" >
112113 Paymaster API
113114 </ a >
114115 </ li >
115116 < li className = "mb-2" >
116- < a href = "javascript:; " className = "text-[#9E9E9E] text-lg hover:text-white" >
117+ < a href = "https://jiffyscan.mintlify.app/Quickstart/dataapis " className = "text-[#9E9E9E] text-lg hover:text-white" >
117118 Data API
118119 </ a >
119120 </ li >
@@ -129,9 +130,9 @@ const Footer = () => {
129130 < h4 className = "text-xl text-[#F0F0F0] font-inter font-medium mb-3" > Company</ h4 >
130131 < ul className = "text-sm transition-all duration-500 whitespace-nowrap" >
131132 < li className = "mb-2" >
132- < a href = "javascript:; " className = "text-[#9E9E9E] text-lg hover:text-white" >
133- Our Team
134- </ a >
133+ < Link href = "/about-us " className = "text-[#9E9E9E] text-lg hover:text-white" >
134+ About Us
135+ </ Link >
135136 </ li >
136137 < li className = "mb-2" >
137138 < a href = "javascript:;" className = "text-[#9E9E9E] text-lg hover:text-white" >
@@ -180,9 +181,9 @@ const Footer = () => {
180181 </ a >
181182 </ li >
182183 < li >
183- < a href = "javascript:; " className = "text-[#9E9E9E] text-lg hover:text-white" >
184+ < Link href = "/pricing " className = "text-[#9E9E9E] text-lg hover:text-white" >
184185 FAQ
185- </ a >
186+ </ Link >
186187 </ li >
187188 </ ul >
188189 </ div >
0 commit comments