update 50%
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { wagreen } from "../asset";
|
||||
|
||||
import { Link } from "react-router-dom";
|
||||
function Transformasi() {
|
||||
return (
|
||||
<>
|
||||
@@ -31,9 +31,11 @@ function Transformasi() {
|
||||
<img src={wagreen} alt="WhatsApp Icon" className="mr-4 w-5 h-5 md:w-[30px] md:h-[30px]" />
|
||||
Konsultasi Gratis
|
||||
</button>
|
||||
<Link to={"/Contact#form"}>
|
||||
<button className="w-full lg:w-[276px] h-[70px] btn2 flex items-center justify-center py-3 px-8 rounded-[14px] bg-gradient-to-r from-[#DC0168] to-[#5B59E8] text-white font-semibold text-[18px] lg:text-[20px] cursor-pointer transition-all ease-in-out hover:opacity-90">
|
||||
Coba Sekarang
|
||||
</button>
|
||||
</Link>
|
||||
</div>
|
||||
</>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user