add produk

This commit is contained in:
Yogamnan
2025-02-14 16:40:23 +07:00
parent 8cb7eeadc1
commit 3148ff7a2e
24 changed files with 201 additions and 125 deletions
+3 -6
View File
@@ -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>