diff --git a/src/common/components/Qris.tsx b/src/common/components/Qris.tsx index 06ff592..4878180 100644 --- a/src/common/components/Qris.tsx +++ b/src/common/components/Qris.tsx @@ -12,8 +12,8 @@ const Qris = ({ onBack }: { onBack: () => void }) => { return ( <> - QRIS - QRIS + QRIS + QRIS
- ))} -
- - setBottomSheetOpen(false)} - > - - - - ); -}; - -export default ButtonLink; diff --git a/src/modules/homepage/components/Home.tsx b/src/modules/homepage/components/Home.tsx index eb7a8b8..df6187f 100644 --- a/src/modules/homepage/components/Home.tsx +++ b/src/modules/homepage/components/Home.tsx @@ -1,9 +1,9 @@ import Breakline from "@/common/components/Breakline"; import Footer from "@/common/components/Footer"; -import ButtonLink from "./ButtonLink"; import Contact from "./Contact"; import Hero from "./Hero"; +import Links from "./Links"; import Socials from "./Socials"; const Home = () => { @@ -12,7 +12,7 @@ const Home = () => { - +