forked from amnannn/rekan_ai
add produk
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { useNavigate } from "react-router-dom"
|
||||
import { useNavigate, Link } from "react-router-dom"
|
||||
|
||||
import {
|
||||
nvidia,
|
||||
@@ -38,7 +38,6 @@ function Footer() {
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<p className="mb-4 text-[18px]">Lebih dekat dengan Kami</p>
|
||||
<div className="flex space-x-3">
|
||||
{/* Tautan ke media sosial */}
|
||||
<a href="#">
|
||||
@@ -118,14 +117,12 @@ function Footer() {
|
||||
</button>
|
||||
</li>
|
||||
<li>
|
||||
<Link to={"/Contact#faq"}>
|
||||
<button
|
||||
onClick={() => {
|
||||
navigate("/FormSection");
|
||||
window.scrollTo({ top: 0, behavior: "smooth" });
|
||||
}}
|
||||
className="block w-full text-left">
|
||||
F.A.Q
|
||||
</button>
|
||||
</Link>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user